public static final class CreateMirroringDeploymentRequest.Builder extends GeneratedMessage.Builder<CreateMirroringDeploymentRequest.Builder> implements CreateMirroringDeploymentRequestOrBuilderRequest message for CreateMirroringDeployment.
Protobuf type google.cloud.networksecurity.v1.CreateMirroringDeploymentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateMirroringDeploymentRequest.BuilderImplements
CreateMirroringDeploymentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateMirroringDeploymentRequest build()| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest |
|
buildPartial()
public CreateMirroringDeploymentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest |
|
clear()
public CreateMirroringDeploymentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
|
clearMirroringDeployment()
public CreateMirroringDeploymentRequest.Builder clearMirroringDeployment()Required. The deployment to create.
.google.cloud.networksecurity.v1.MirroringDeployment mirroring_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
|
clearMirroringDeploymentId()
public CreateMirroringDeploymentRequest.Builder clearMirroringDeploymentId()Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name.
string mirroring_deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
This builder for chaining. |
clearParent()
public CreateMirroringDeploymentRequest.Builder clearParent()Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
This builder for chaining. |
clearRequestId()
public CreateMirroringDeploymentRequest.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 = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateMirroringDeploymentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMirroringDeployment()
public MirroringDeployment getMirroringDeployment()Required. The deployment to create.
.google.cloud.networksecurity.v1.MirroringDeployment mirroring_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MirroringDeployment |
The mirroringDeployment. |
getMirroringDeploymentBuilder()
public MirroringDeployment.Builder getMirroringDeploymentBuilder()Required. The deployment to create.
.google.cloud.networksecurity.v1.MirroringDeployment mirroring_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MirroringDeployment.Builder |
|
getMirroringDeploymentId()
public String getMirroringDeploymentId()Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name.
string mirroring_deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The mirroringDeploymentId. |
getMirroringDeploymentIdBytes()
public ByteString getMirroringDeploymentIdBytes()Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name.
string mirroring_deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mirroringDeploymentId. |
getMirroringDeploymentOrBuilder()
public MirroringDeploymentOrBuilder getMirroringDeploymentOrBuilder()Required. The deployment to create.
.google.cloud.networksecurity.v1.MirroringDeployment mirroring_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MirroringDeploymentOrBuilder |
|
getParent()
public String getParent()Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
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 = 4 [(.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 = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
hasMirroringDeployment()
public boolean hasMirroringDeployment()Required. The deployment to create.
.google.cloud.networksecurity.v1.MirroringDeployment mirroring_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the mirroringDeployment field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateMirroringDeploymentRequest other)
public CreateMirroringDeploymentRequest.Builder mergeFrom(CreateMirroringDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateMirroringDeploymentRequest |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateMirroringDeploymentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateMirroringDeploymentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
|
mergeMirroringDeployment(MirroringDeployment value)
public CreateMirroringDeploymentRequest.Builder mergeMirroringDeployment(MirroringDeployment value)Required. The deployment to create.
.google.cloud.networksecurity.v1.MirroringDeployment mirroring_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
MirroringDeployment |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
|
setMirroringDeployment(MirroringDeployment value)
public CreateMirroringDeploymentRequest.Builder setMirroringDeployment(MirroringDeployment value)Required. The deployment to create.
.google.cloud.networksecurity.v1.MirroringDeployment mirroring_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
MirroringDeployment |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
|
setMirroringDeployment(MirroringDeployment.Builder builderForValue)
public CreateMirroringDeploymentRequest.Builder setMirroringDeployment(MirroringDeployment.Builder builderForValue)Required. The deployment to create.
.google.cloud.networksecurity.v1.MirroringDeployment mirroring_deployment = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MirroringDeployment.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
|
setMirroringDeploymentId(String value)
public CreateMirroringDeploymentRequest.Builder setMirroringDeploymentId(String value)Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name.
string mirroring_deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe mirroringDeploymentId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
This builder for chaining. |
setMirroringDeploymentIdBytes(ByteString value)
public CreateMirroringDeploymentRequest.Builder setMirroringDeploymentIdBytes(ByteString value)Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name.
string mirroring_deployment_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for mirroringDeploymentId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
This builder for chaining. |
setParent(String value)
public CreateMirroringDeploymentRequest.Builder setParent(String value)Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateMirroringDeploymentRequest.Builder setParentBytes(ByteString value)Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
This builder for chaining. |
setRequestId(String value)
public CreateMirroringDeploymentRequest.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 = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe requestId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
public CreateMirroringDeploymentRequest.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 = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for requestId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentRequest.Builder |
This builder for chaining. |