Interface RepoIdOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RepoId.IdCase getIdCase()  
      ProjectRepoId getProjectRepoId()
      A combination of a project ID and a repo name.
      ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder()
      A combination of a project ID and a repo name.
      String getUid()
      A server-assigned, globally unique identifier.
      com.google.protobuf.ByteString getUidBytes()
      A server-assigned, globally unique identifier.
      boolean hasProjectRepoId()
      A combination of a project ID and a repo name.
      boolean hasUid()
      A server-assigned, globally unique identifier.
      • 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

      • hasProjectRepoId

        boolean hasProjectRepoId()
         A combination of a project ID and a repo name.
         
        .google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
        Returns:
        Whether the projectRepoId field is set.
      • getProjectRepoId

        ProjectRepoId getProjectRepoId()
         A combination of a project ID and a repo name.
         
        .google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
        Returns:
        The projectRepoId.
      • getProjectRepoIdOrBuilder

        ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder()
         A combination of a project ID and a repo name.
         
        .google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
      • hasUid

        boolean hasUid()
         A server-assigned, globally unique identifier.
         
        string uid = 2;
        Returns:
        Whether the uid field is set.
      • getUid

        String getUid()
         A server-assigned, globally unique identifier.
         
        string uid = 2;
        Returns:
        The uid.
      • getUidBytes

        com.google.protobuf.ByteString getUidBytes()
         A server-assigned, globally unique identifier.
         
        string uid = 2;
        Returns:
        The bytes for uid.