- 2.52.0 (latest)
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.8
- 2.1.9
public final class UpdateConnectionProfileRequest extends GeneratedMessageV3 implements UpdateConnectionProfileRequestOrBuilder
Request message for 'UpdateConnectionProfile' request.
Protobuf type google.cloud.clouddms.v1.UpdateConnectionProfileRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > UpdateConnectionProfileRequestImplements
UpdateConnectionProfileRequestOrBuilderStatic Fields
CONNECTION_PROFILE_FIELD_NUMBER
public static final int CONNECTION_PROFILE_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 UpdateConnectionProfileRequest getDefaultInstance()
Type | Description |
UpdateConnectionProfileRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static UpdateConnectionProfileRequest.Builder newBuilder()
Type | Description |
UpdateConnectionProfileRequest.Builder |
newBuilder(UpdateConnectionProfileRequest prototype)
public static UpdateConnectionProfileRequest.Builder newBuilder(UpdateConnectionProfileRequest prototype)
Name | Description |
prototype | UpdateConnectionProfileRequest |
Type | Description |
UpdateConnectionProfileRequest.Builder |
parseDelimitedFrom(InputStream input)
public static UpdateConnectionProfileRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateConnectionProfileRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static UpdateConnectionProfileRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateConnectionProfileRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static UpdateConnectionProfileRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateConnectionProfileRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static UpdateConnectionProfileRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateConnectionProfileRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static UpdateConnectionProfileRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateConnectionProfileRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static UpdateConnectionProfileRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateConnectionProfileRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateConnectionProfileRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<UpdateConnectionProfileRequest> parser()
Type | Description |
Parser<UpdateConnectionProfileRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getConnectionProfile()
public ConnectionProfile getConnectionProfile()
Required. The connection profile parameters to update.
.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ConnectionProfile | The connectionProfile. |
getConnectionProfileOrBuilder()
public ConnectionProfileOrBuilder getConnectionProfileOrBuilder()
Required. The connection profile parameters to update.
.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ConnectionProfileOrBuilder |
getDefaultInstanceForType()
public UpdateConnectionProfileRequest getDefaultInstanceForType()
Type | Description |
UpdateConnectionProfileRequest |
getParserForType()
public Parser<UpdateConnectionProfileRequest> getParserForType()
Type | Description |
Parser<UpdateConnectionProfileRequest> |
getRequestId()
public String getRequestId()
A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 3;
Type | Description |
String | The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes()
A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 3;
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 connection profile resource by the update.
.google.protobuf.FieldMask update_mask = 1 [(.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 connection profile resource by the update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
FieldMaskOrBuilder |
hasConnectionProfile()
public boolean hasConnectionProfile()
Required. The connection profile parameters to update.
.google.cloud.clouddms.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the connectionProfile field is set. |
hasUpdateMask()
public boolean hasUpdateMask()
Required. Field mask is used to specify the fields to be overwritten in the connection profile resource by the update.
.google.protobuf.FieldMask update_mask = 1 [(.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 UpdateConnectionProfileRequest.Builder newBuilderForType()
Type | Description |
UpdateConnectionProfileRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateConnectionProfileRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
UpdateConnectionProfileRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public UpdateConnectionProfileRequest.Builder toBuilder()
Type | Description |
UpdateConnectionProfileRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |