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 Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    Optional.
    com.google.protobuf.ByteString
    Optional.

    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

    • 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.