public interface DescribeConversionWorkspaceRevisionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitId()
Optional.
|
com.google.protobuf.ByteString |
getCommitIdBytes()
Optional.
|
String |
getConversionWorkspace()
Required.
|
com.google.protobuf.ByteString |
getConversionWorkspaceBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
String getCommitId()
Optional. Optional filter to request a specific commit ID.
string commit_id = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getCommitIdBytes()
Optional. Optional filter to request a specific commit ID.
string commit_id = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.