Interface DescribeConversionWorkspaceRevisionsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCommitId()
      Optional.
      com.google.protobuf.ByteString getCommitIdBytes()
      Optional.
      String getConversionWorkspace()
      Required.
      com.google.protobuf.ByteString getConversionWorkspaceBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.