public static final class UpdateCloudControlRequest.Builder extends GeneratedMessage.Builder<UpdateCloudControlRequest.Builder> implements UpdateCloudControlRequestOrBuilderThe request message for [UpdateCloudControl][].
Protobuf type google.cloud.cloudsecuritycompliance.v1.UpdateCloudControlRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateCloudControlRequest.BuilderImplements
UpdateCloudControlRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateCloudControlRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest |
|
buildPartial()
public UpdateCloudControlRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest |
|
clear()
public UpdateCloudControlRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|
clearCloudControl()
public UpdateCloudControlRequest.Builder clearCloudControl()Required. The cloud control that you're updating.
.google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_control = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|
clearUpdateMask()
public UpdateCloudControlRequest.Builder clearUpdateMask() Optional. Use a field mask to specify the fields to be overwritten in the
cloud control during the update.
The fields that you specify in the update_mask are relative to the
cloud control, not the full request. A field is overwritten if it is in
the mask. If you don't provide a mask, all fields in the request
are updated.
You can update the following fields:
- Display name
- Description
- Parameters
- Rules
- Parameter specification
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|
getCloudControl()
public CloudControl getCloudControl()Required. The cloud control that you're updating.
.google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_control = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CloudControl |
The cloudControl. |
getCloudControlBuilder()
public CloudControl.Builder getCloudControlBuilder()Required. The cloud control that you're updating.
.google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_control = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CloudControl.Builder |
|
getCloudControlOrBuilder()
public CloudControlOrBuilder getCloudControlOrBuilder()Required. The cloud control that you're updating.
.google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_control = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CloudControlOrBuilder |
|
getDefaultInstanceForType()
public UpdateCloudControlRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public FieldMask getUpdateMask() Optional. Use a field mask to specify the fields to be overwritten in the
cloud control during the update.
The fields that you specify in the update_mask are relative to the
cloud control, not the full request. A field is overwritten if it is in
the mask. If you don't provide a mask, all fields in the request
are updated.
You can update the following fields:
- Display name
- Description
- Parameters
- Rules
- Parameter specification
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder() Optional. Use a field mask to specify the fields to be overwritten in the
cloud control during the update.
The fields that you specify in the update_mask are relative to the
cloud control, not the full request. A field is overwritten if it is in
the mask. If you don't provide a mask, all fields in the request
are updated.
You can update the following fields:
- Display name
- Description
- Parameters
- Rules
- Parameter specification
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder() Optional. Use a field mask to specify the fields to be overwritten in the
cloud control during the update.
The fields that you specify in the update_mask are relative to the
cloud control, not the full request. A field is overwritten if it is in
the mask. If you don't provide a mask, all fields in the request
are updated.
You can update the following fields:
- Display name
- Description
- Parameters
- Rules
- Parameter specification
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasCloudControl()
public boolean hasCloudControl()Required. The cloud control that you're updating.
.google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_control = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cloudControl field is set. |
hasUpdateMask()
public boolean hasUpdateMask() Optional. Use a field mask to specify the fields to be overwritten in the
cloud control during the update.
The fields that you specify in the update_mask are relative to the
cloud control, not the full request. A field is overwritten if it is in
the mask. If you don't provide a mask, all fields in the request
are updated.
You can update the following fields:
- Display name
- Description
- Parameters
- Rules
- Parameter specification
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCloudControl(CloudControl value)
public UpdateCloudControlRequest.Builder mergeCloudControl(CloudControl value)Required. The cloud control that you're updating.
.google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_control = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CloudControl |
| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|
mergeFrom(UpdateCloudControlRequest other)
public UpdateCloudControlRequest.Builder mergeFrom(UpdateCloudControlRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateCloudControlRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateCloudControlRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateCloudControlRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateCloudControlRequest.Builder mergeUpdateMask(FieldMask value) Optional. Use a field mask to specify the fields to be overwritten in the
cloud control during the update.
The fields that you specify in the update_mask are relative to the
cloud control, not the full request. A field is overwritten if it is in
the mask. If you don't provide a mask, all fields in the request
are updated.
You can update the following fields:
- Display name
- Description
- Parameters
- Rules
- Parameter specification
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|
setCloudControl(CloudControl value)
public UpdateCloudControlRequest.Builder setCloudControl(CloudControl value)Required. The cloud control that you're updating.
.google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_control = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CloudControl |
| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|
setCloudControl(CloudControl.Builder builderForValue)
public UpdateCloudControlRequest.Builder setCloudControl(CloudControl.Builder builderForValue)Required. The cloud control that you're updating.
.google.cloud.cloudsecuritycompliance.v1.CloudControl cloud_control = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CloudControl.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateCloudControlRequest.Builder setUpdateMask(FieldMask value) Optional. Use a field mask to specify the fields to be overwritten in the
cloud control during the update.
The fields that you specify in the update_mask are relative to the
cloud control, not the full request. A field is overwritten if it is in
the mask. If you don't provide a mask, all fields in the request
are updated.
You can update the following fields:
- Display name
- Description
- Parameters
- Rules
- Parameter specification
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateCloudControlRequest.Builder setUpdateMask(FieldMask.Builder builderForValue) Optional. Use a field mask to specify the fields to be overwritten in the
cloud control during the update.
The fields that you specify in the update_mask are relative to the
cloud control, not the full request. A field is overwritten if it is in
the mask. If you don't provide a mask, all fields in the request
are updated.
You can update the following fields:
- Display name
- Description
- Parameters
- Rules
- Parameter specification
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateCloudControlRequest.Builder |
|