Interface ConfigProto.RepositoryInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConfigProto.RepositoryInfo, ConfigProto.RepositoryInfo.Builder
Enclosing class:
ConfigProto

public static interface ConfigProto.RepositoryInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string RepoID = 1;
    com.google.protobuf.ByteString
    string RepoID = 1;
    string RepoName = 2;
    com.google.protobuf.ByteString
    string RepoName = 2;
    string RepoURL = 3;
    com.google.protobuf.ByteString
    string RepoURL = 3;

    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 Details

    • getRepoID

      String getRepoID()
      string RepoID = 1;
      Returns:
      The repoID.
    • getRepoIDBytes

      com.google.protobuf.ByteString getRepoIDBytes()
      string RepoID = 1;
      Returns:
      The bytes for repoID.
    • getRepoName

      String getRepoName()
      string RepoName = 2;
      Returns:
      The repoName.
    • getRepoNameBytes

      com.google.protobuf.ByteString getRepoNameBytes()
      string RepoName = 2;
      Returns:
      The bytes for repoName.
    • getRepoURL

      String getRepoURL()
      string RepoURL = 3;
      Returns:
      The repoURL.
    • getRepoURLBytes

      com.google.protobuf.ByteString getRepoURLBytes()
      string RepoURL = 3;
      Returns:
      The bytes for repoURL.