public interface UpdateMirroringDeploymentGroupRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMirroringDeploymentGroup()
public abstract MirroringDeploymentGroup getMirroringDeploymentGroup()Required. The deployment group to update.
.google.cloud.networksecurity.v1.MirroringDeploymentGroup mirroring_deployment_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MirroringDeploymentGroup |
The mirroringDeploymentGroup. |
getMirroringDeploymentGroupOrBuilder()
public abstract MirroringDeploymentGroupOrBuilder getMirroringDeploymentGroupOrBuilder()Required. The deployment group to update.
.google.cloud.networksecurity.v1.MirroringDeploymentGroup mirroring_deployment_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MirroringDeploymentGroupOrBuilder |
|
getRequestId()
public abstract 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 abstract 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 abstract FieldMask getUpdateMask() Optional. The list of fields to update.
Fields are specified relative to the deployment group
(e.g. description; not
mirroring_deployment_group.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. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() Optional. The list of fields to update.
Fields are specified relative to the deployment group
(e.g. description; not
mirroring_deployment_group.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 |
|
hasMirroringDeploymentGroup()
public abstract boolean hasMirroringDeploymentGroup()Required. The deployment group to update.
.google.cloud.networksecurity.v1.MirroringDeploymentGroup mirroring_deployment_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the mirroringDeploymentGroup field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() Optional. The list of fields to update.
Fields are specified relative to the deployment group
(e.g. description; not
mirroring_deployment_group.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. |