Package com.google.storage.v2
Interface ProjectTeamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProjectTeam,ProjectTeam.Builder
public interface ProjectTeamOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.getTeam()Optional.com.google.protobuf.ByteStringOptional.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
-
getProjectNumber
String getProjectNumber()Optional. The project number.
string project_number = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The projectNumber.
-
getProjectNumberBytes
com.google.protobuf.ByteString getProjectNumberBytes()Optional. The project number.
string project_number = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for projectNumber.
-
getTeam
String getTeam()Optional. The team.
string team = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The team.
-
getTeamBytes
com.google.protobuf.ByteString getTeamBytes()Optional. The team.
string team = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for team.
-