Interface ConfigProto.ProjectInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string OrgID = 1;
    com.google.protobuf.ByteString
    string OrgID = 1;
    string OrgName = 2;
    com.google.protobuf.ByteString
    string OrgName = 2;
    string ProjectID = 3;
    com.google.protobuf.ByteString
    string ProjectID = 3;
    string ProjectName = 4;
    com.google.protobuf.ByteString
    string ProjectName = 4;

    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

    • getOrgID

      String getOrgID()
      string OrgID = 1;
      Returns:
      The orgID.
    • getOrgIDBytes

      com.google.protobuf.ByteString getOrgIDBytes()
      string OrgID = 1;
      Returns:
      The bytes for orgID.
    • getOrgName

      String getOrgName()
      string OrgName = 2;
      Returns:
      The orgName.
    • getOrgNameBytes

      com.google.protobuf.ByteString getOrgNameBytes()
      string OrgName = 2;
      Returns:
      The bytes for orgName.
    • getProjectID

      String getProjectID()
      string ProjectID = 3;
      Returns:
      The projectID.
    • getProjectIDBytes

      com.google.protobuf.ByteString getProjectIDBytes()
      string ProjectID = 3;
      Returns:
      The bytes for projectID.
    • getProjectName

      String getProjectName()
      string ProjectName = 4;
      Returns:
      The projectName.
    • getProjectNameBytes

      com.google.protobuf.ByteString getProjectNameBytes()
      string ProjectName = 4;
      Returns:
      The bytes for projectName.