public interface UpdatePrivateCloudRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPrivateCloud()
public abstract PrivateCloud getPrivateCloud()
Required. Private cloud description.
.google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PrivateCloud | The privateCloud. |
getPrivateCloudOrBuilder()
public abstract PrivateCloudOrBuilder getPrivateCloudOrBuilder()
Required. Private cloud description.
.google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PrivateCloudOrBuilder |
getRequestId()
public abstract String getRequestId()
Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String | The requestId. |
getRequestIdBytes()
public abstract ByteString getRequestIdBytes()
Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for requestId. |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the
PrivateCloud
resource by the update. The fields specified in updateMask
are relative to the resource, not the full request. A field will be
overwritten if it is in the mask. If the user does not provide a mask then
all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Field mask is used to specify the fields to be overwritten in the
PrivateCloud
resource by the update. The fields specified in updateMask
are relative to the resource, not the full request. A field will be
overwritten if it is in the mask. If the user does not provide a mask then
all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasPrivateCloud()
public abstract boolean hasPrivateCloud()
Required. Private cloud description.
.google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean | Whether the privateCloud field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the
PrivateCloud
resource by the update. The fields specified in updateMask
are relative to the resource, not the full request. A field will be
overwritten if it is in the mask. If the user does not provide a mask then
all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean | Whether the updateMask field is set. |