Package com.buildless.service.v1
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 TypeMethodDescriptionbooleancontainsOwner(String key) Specifies the list of organizations which own projects returned by the server, and the count of each.intgetCount()Count of projects returned in this response.getOwner()Deprecated.intSpecifies 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.intgetOwnerOrDefault(String key, int defaultValue) Specifies the list of organizations which own projects returned by the server, and the count of each.intgetOwnerOrThrow(String key) Specifies the list of organizations which own projects returned by the server, and the count of each.intgetTotal()Count of all available projects, regardless of pagination.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
-
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
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.UsegetOwnerMap()instead. -
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
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
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];
-