Interface ConversionWorkspaceInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ConversionWorkspaceInfo, ConversionWorkspaceInfo.Builder

    public interface ConversionWorkspaceInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCommitId()
      The commit ID of the conversion workspace.
      com.google.protobuf.ByteString getCommitIdBytes()
      The commit ID of the conversion workspace.
      String getName()
      The resource name (URI) of the conversion workspace.
      com.google.protobuf.ByteString getNameBytes()
      The resource name (URI) of the conversion workspace.
      • 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

      • getName

        String getName()
         The resource name (URI) of the conversion workspace.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The resource name (URI) of the conversion workspace.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getCommitId

        String getCommitId()
         The commit ID of the conversion workspace.
         
        string commit_id = 2;
        Returns:
        The commitId.
      • getCommitIdBytes

        com.google.protobuf.ByteString getCommitIdBytes()
         The commit ID of the conversion workspace.
         
        string commit_id = 2;
        Returns:
        The bytes for commitId.