Interface CloudWorkspaceIdOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      The unique name of the workspace within the repo.
      com.google.protobuf.ByteString getNameBytes()
      The unique name of the workspace within the repo.
      RepoId getRepoId()
      The ID of the repo containing the workspace.
      RepoIdOrBuilder getRepoIdOrBuilder()
      The ID of the repo containing the workspace.
      boolean hasRepoId()
      The ID of the repo containing the 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

      • hasRepoId

        boolean hasRepoId()
         The ID of the repo containing the workspace.
         
        .google.devtools.source.v1.RepoId repo_id = 1;
        Returns:
        Whether the repoId field is set.
      • getRepoId

        RepoId getRepoId()
         The ID of the repo containing the workspace.
         
        .google.devtools.source.v1.RepoId repo_id = 1;
        Returns:
        The repoId.
      • getRepoIdOrBuilder

        RepoIdOrBuilder getRepoIdOrBuilder()
         The ID of the repo containing the workspace.
         
        .google.devtools.source.v1.RepoId repo_id = 1;
      • getName

        String getName()
         The unique name of the workspace within the repo.  This is the name
         chosen by the client in the Source API's CreateWorkspace method.
         
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The unique name of the workspace within the repo.  This is the name
         chosen by the client in the Source API's CreateWorkspace method.
         
        string name = 2;
        Returns:
        The bytes for name.