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 TypeMethodDescriptiongetOrgID()string OrgID = 1;com.google.protobuf.ByteStringstring OrgID = 1;string OrgName = 2;com.google.protobuf.ByteStringstring OrgName = 2;string ProjectID = 3;com.google.protobuf.ByteStringstring ProjectID = 3;string ProjectName = 4;com.google.protobuf.ByteStringstring ProjectName = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-