Package com.google.cloud.clouddms.v1
Interface CreateConversionWorkspaceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateConversionWorkspaceRequest
,CreateConversionWorkspaceRequest.Builder
public interface CreateConversionWorkspaceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversionWorkspace
getConversionWorkspace()
Required.String
getConversionWorkspaceId()
Required.com.google.protobuf.ByteString
getConversionWorkspaceIdBytes()
Required.ConversionWorkspaceOrBuilder
getConversionWorkspaceOrBuilder()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.String
getRequestId()
A unique ID used to identify the request.com.google.protobuf.ByteString
getRequestIdBytes()
A unique ID used to identify the request.boolean
hasConversionWorkspace()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. The parent which owns this collection of conversion workspaces.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The parent which owns this collection of conversion workspaces.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
getConversionWorkspaceId
String getConversionWorkspaceId()
Required. The ID of the conversion workspace to create.
string conversion_workspace_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The conversionWorkspaceId.
-
getConversionWorkspaceIdBytes
com.google.protobuf.ByteString getConversionWorkspaceIdBytes()
Required. The ID of the conversion workspace to create.
string conversion_workspace_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for conversionWorkspaceId.
-
hasConversionWorkspace
boolean hasConversionWorkspace()
Required. Represents a conversion workspace object.
.google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the conversionWorkspace field is set.
-
getConversionWorkspace
ConversionWorkspace getConversionWorkspace()
Required. Represents a conversion workspace object.
.google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The conversionWorkspace.
-
getConversionWorkspaceOrBuilder
ConversionWorkspaceOrBuilder getConversionWorkspaceOrBuilder()
Required. Represents a conversion workspace object.
.google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 3 [(.google.api.field_behavior) = REQUIRED];
-
getRequestId
String getRequestId()
A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is 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 = 4;
- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()
A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is 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 = 4;
- Returns:
- The bytes for requestId.
-
-