public static final class UpdateInterceptDeploymentRequest.Builder extends GeneratedMessage.Builder<UpdateInterceptDeploymentRequest.Builder> implements UpdateInterceptDeploymentRequestOrBuilderRequest message for UpdateInterceptDeployment.
Protobuf type google.cloud.networksecurity.v1.UpdateInterceptDeploymentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateInterceptDeploymentRequest.BuilderImplements
UpdateInterceptDeploymentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateInterceptDeploymentRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest |
|
buildPartial()
public UpdateInterceptDeploymentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest |
|
clear()
public UpdateInterceptDeploymentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|
clearInterceptDeployment()
public UpdateInterceptDeploymentRequest.Builder clearInterceptDeployment()Required. The deployment to update.
.google.cloud.networksecurity.v1.InterceptDeployment intercept_deployment = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|
clearRequestId()
public UpdateInterceptDeploymentRequest.Builder clearRequestId() Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
This builder for chaining. |
clearUpdateMask()
public UpdateInterceptDeploymentRequest.Builder clearUpdateMask() Optional. The list of fields to update.
Fields are specified relative to the deployment
(e.g. description; not intercept_deployment.description).
See https://google.aip.dev/161 for more details.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|
getDefaultInstanceForType()
public UpdateInterceptDeploymentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInterceptDeployment()
public InterceptDeployment getInterceptDeployment()Required. The deployment to update.
.google.cloud.networksecurity.v1.InterceptDeployment intercept_deployment = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InterceptDeployment |
The interceptDeployment. |
getInterceptDeploymentBuilder()
public InterceptDeployment.Builder getInterceptDeploymentBuilder()Required. The deployment to update.
.google.cloud.networksecurity.v1.InterceptDeployment intercept_deployment = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InterceptDeployment.Builder |
|
getInterceptDeploymentOrBuilder()
public InterceptDeploymentOrBuilder getInterceptDeploymentOrBuilder()Required. The deployment to update.
.google.cloud.networksecurity.v1.InterceptDeployment intercept_deployment = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InterceptDeploymentOrBuilder |
|
getRequestId()
public String getRequestId() Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes() Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
getUpdateMask()
public FieldMask getUpdateMask() Optional. The list of fields to update.
Fields are specified relative to the deployment
(e.g. description; not intercept_deployment.description).
See https://google.aip.dev/161 for more details.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder() Optional. The list of fields to update.
Fields are specified relative to the deployment
(e.g. description; not intercept_deployment.description).
See https://google.aip.dev/161 for more details.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder() Optional. The list of fields to update.
Fields are specified relative to the deployment
(e.g. description; not intercept_deployment.description).
See https://google.aip.dev/161 for more details.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasInterceptDeployment()
public boolean hasInterceptDeployment()Required. The deployment to update.
.google.cloud.networksecurity.v1.InterceptDeployment intercept_deployment = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the interceptDeployment field is set. |
hasUpdateMask()
public boolean hasUpdateMask() Optional. The list of fields to update.
Fields are specified relative to the deployment
(e.g. description; not intercept_deployment.description).
See https://google.aip.dev/161 for more details.
.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 |
|
mergeFrom(UpdateInterceptDeploymentRequest other)
public UpdateInterceptDeploymentRequest.Builder mergeFrom(UpdateInterceptDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateInterceptDeploymentRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateInterceptDeploymentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateInterceptDeploymentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|
mergeInterceptDeployment(InterceptDeployment value)
public UpdateInterceptDeploymentRequest.Builder mergeInterceptDeployment(InterceptDeployment value)Required. The deployment to update.
.google.cloud.networksecurity.v1.InterceptDeployment intercept_deployment = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
InterceptDeployment |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateInterceptDeploymentRequest.Builder mergeUpdateMask(FieldMask value) Optional. The list of fields to update.
Fields are specified relative to the deployment
(e.g. description; not intercept_deployment.description).
See https://google.aip.dev/161 for more details.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|
setInterceptDeployment(InterceptDeployment value)
public UpdateInterceptDeploymentRequest.Builder setInterceptDeployment(InterceptDeployment value)Required. The deployment to update.
.google.cloud.networksecurity.v1.InterceptDeployment intercept_deployment = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
InterceptDeployment |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|
setInterceptDeployment(InterceptDeployment.Builder builderForValue)
public UpdateInterceptDeploymentRequest.Builder setInterceptDeployment(InterceptDeployment.Builder builderForValue)Required. The deployment to update.
.google.cloud.networksecurity.v1.InterceptDeployment intercept_deployment = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InterceptDeployment.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|
setRequestId(String value)
public UpdateInterceptDeploymentRequest.Builder setRequestId(String value) Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe requestId to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
public UpdateInterceptDeploymentRequest.Builder setRequestIdBytes(ByteString value) Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for requestId to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
This builder for chaining. |
setUpdateMask(FieldMask value)
public UpdateInterceptDeploymentRequest.Builder setUpdateMask(FieldMask value) Optional. The list of fields to update.
Fields are specified relative to the deployment
(e.g. description; not intercept_deployment.description).
See https://google.aip.dev/161 for more details.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateInterceptDeploymentRequest.Builder setUpdateMask(FieldMask.Builder builderForValue) Optional. The list of fields to update.
Fields are specified relative to the deployment
(e.g. description; not intercept_deployment.description).
See https://google.aip.dev/161 for more details.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateInterceptDeploymentRequest.Builder |
|