public final class UpdatePrivateCloudRequest extends GeneratedMessageV3 implements UpdatePrivateCloudRequestOrBuilder
Request message for VmwareEngine.UpdatePrivateCloud
Protobuf type google.cloud.vmwareengine.v1.UpdatePrivateCloudRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > UpdatePrivateCloudRequestImplements
UpdatePrivateCloudRequestOrBuilderStatic Fields
PRIVATE_CLOUD_FIELD_NUMBER
public static final int PRIVATE_CLOUD_FIELD_NUMBER
Type | Description |
int |
REQUEST_ID_FIELD_NUMBER
public static final int REQUEST_ID_FIELD_NUMBER
Type | Description |
int |
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static UpdatePrivateCloudRequest getDefaultInstance()
Type | Description |
UpdatePrivateCloudRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static UpdatePrivateCloudRequest.Builder newBuilder()
Type | Description |
UpdatePrivateCloudRequest.Builder |
newBuilder(UpdatePrivateCloudRequest prototype)
public static UpdatePrivateCloudRequest.Builder newBuilder(UpdatePrivateCloudRequest prototype)
Name | Description |
prototype | UpdatePrivateCloudRequest |
Type | Description |
UpdatePrivateCloudRequest.Builder |
parseDelimitedFrom(InputStream input)
public static UpdatePrivateCloudRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdatePrivateCloudRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static UpdatePrivateCloudRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdatePrivateCloudRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static UpdatePrivateCloudRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdatePrivateCloudRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static UpdatePrivateCloudRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdatePrivateCloudRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static UpdatePrivateCloudRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdatePrivateCloudRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static UpdatePrivateCloudRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdatePrivateCloudRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdatePrivateCloudRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<UpdatePrivateCloudRequest> parser()
Type | Description |
Parser<UpdatePrivateCloudRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public UpdatePrivateCloudRequest getDefaultInstanceForType()
Type | Description |
UpdatePrivateCloudRequest |
getParserForType()
public Parser<UpdatePrivateCloudRequest> getParserForType()
Type | Description |
Parser<UpdatePrivateCloudRequest> |
getPrivateCloud()
public PrivateCloud getPrivateCloud()
Required. Private cloud description.
.google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PrivateCloud | The privateCloud. |
getPrivateCloudOrBuilder()
public PrivateCloudOrBuilder getPrivateCloudOrBuilder()
Required. Private cloud description.
.google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
PrivateCloudOrBuilder |
getRequestId()
public 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];
Type | Description |
String | The requestId. |
getRequestIdBytes()
public 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];
Type | Description |
ByteString | The bytes for requestId. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getUpdateMask()
public 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];
Type | Description |
FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public 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];
Type | Description |
FieldMaskOrBuilder |
hasPrivateCloud()
public boolean hasPrivateCloud()
Required. Private cloud description.
.google.cloud.vmwareengine.v1.PrivateCloud private_cloud = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the privateCloud field is set. |
hasUpdateMask()
public 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];
Type | Description |
boolean | Whether the updateMask field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public UpdatePrivateCloudRequest.Builder newBuilderForType()
Type | Description |
UpdatePrivateCloudRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdatePrivateCloudRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
UpdatePrivateCloudRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public UpdatePrivateCloudRequest.Builder toBuilder()
Type | Description |
UpdatePrivateCloudRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |