Interface ListProjectsResponse.ProjectsListInfoOrBuilder

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

public static interface ListProjectsResponse.ProjectsListInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Specifies the list of organizations which own projects returned by the server, and the count of each.
    int
    Count of projects returned in this response.
    Deprecated.
    int
    Specifies the list of organizations which own projects returned by the server, and the count of each.
    Specifies the list of organizations which own projects returned by the server, and the count of each.
    int
    getOwnerOrDefault(String key, int defaultValue)
    Specifies the list of organizations which own projects returned by the server, and the count of each.
    int
    Specifies the list of organizations which own projects returned by the server, and the count of each.
    int
    Count of all available projects, regardless of pagination.

    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

    • getCount

      int getCount()
       Count of projects returned in this response.
       
      uint32 count = 1 [json_name = "count", (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The count.
    • getTotal

      int getTotal()
       Count of all available projects, regardless of pagination.
       
      uint32 total = 2 [json_name = "total", (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The total.
    • getOwnerCount

      int getOwnerCount()
       Specifies the list of organizations which own projects returned by the server, and the count of each. This can be
       used for faceted search and other UI features. The special string `self` identifies projects owned individually
       by the current user, as applicable.
       
      map<string, uint32> owner = 3 [json_name = "owner", (.google.api.field_behavior) = OUTPUT_ONLY];
    • containsOwner

      boolean containsOwner(String key)
       Specifies the list of organizations which own projects returned by the server, and the count of each. This can be
       used for faceted search and other UI features. The special string `self` identifies projects owned individually
       by the current user, as applicable.
       
      map<string, uint32> owner = 3 [json_name = "owner", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getOwner

      Deprecated.
      Use getOwnerMap() instead.
    • getOwnerMap

      Map<String,Integer> getOwnerMap()
       Specifies the list of organizations which own projects returned by the server, and the count of each. This can be
       used for faceted search and other UI features. The special string `self` identifies projects owned individually
       by the current user, as applicable.
       
      map<string, uint32> owner = 3 [json_name = "owner", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getOwnerOrDefault

      int getOwnerOrDefault(String key, int defaultValue)
       Specifies the list of organizations which own projects returned by the server, and the count of each. This can be
       used for faceted search and other UI features. The special string `self` identifies projects owned individually
       by the current user, as applicable.
       
      map<string, uint32> owner = 3 [json_name = "owner", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getOwnerOrThrow

      int getOwnerOrThrow(String key)
       Specifies the list of organizations which own projects returned by the server, and the count of each. This can be
       used for faceted search and other UI features. The special string `self` identifies projects owned individually
       by the current user, as applicable.
       
      map<string, uint32> owner = 3 [json_name = "owner", (.google.api.field_behavior) = OUTPUT_ONLY];