Package com.google.cloud.clouddms.v1
Interface DescribeConversionWorkspaceRevisionsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescribeConversionWorkspaceRevisionsRequest,DescribeConversionWorkspaceRevisionsRequest.Builder
public interface DescribeConversionWorkspaceRevisionsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCommitId()Optional.com.google.protobuf.ByteStringgetCommitIdBytes()Optional.StringgetConversionWorkspace()Required.com.google.protobuf.ByteStringgetConversionWorkspaceBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConversionWorkspace
String getConversionWorkspace()
Required. Name of the conversion workspace resource whose revisions are listed. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.string conversion_workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The conversionWorkspace.
-
getConversionWorkspaceBytes
com.google.protobuf.ByteString getConversionWorkspaceBytes()
Required. Name of the conversion workspace resource whose revisions are listed. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.string conversion_workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for conversionWorkspace.
-
getCommitId
String getCommitId()
Optional. Optional filter to request a specific commit ID.
string commit_id = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The commitId.
-
getCommitIdBytes
com.google.protobuf.ByteString getCommitIdBytes()
Optional. Optional filter to request a specific commit ID.
string commit_id = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for commitId.
-
-