Package flyteidl.admin
Interface Common.ResourceListRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.ResourceListRequest,Common.ResourceListRequest.Builder
- Enclosing class:
- Common
public static interface Common.ResourceListRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilters()Indicates a list of filters passed as string.com.google.protobuf.ByteStringgetFiltersBytes()Indicates a list of filters passed as string.Common.NamedEntityIdentifiergetId()id represents the unique identifier of the resource.Common.NamedEntityIdentifierOrBuildergetIdOrBuilder()id represents the unique identifier of the resource.intgetLimit()Indicates the number of resources to be returned.Common.SortgetSortBy()Sort ordering.Common.SortOrBuildergetSortByOrBuilder()Sort ordering.StringgetToken()In the case of multiple pages of results, this server-provided token can be used to fetch the next page in a query.com.google.protobuf.ByteStringgetTokenBytes()In the case of multiple pages of results, this server-provided token can be used to fetch the next page in a query.booleanhasId()id represents the unique identifier of the resource.booleanhasSortBy()Sort ordering.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
id represents the unique identifier of the resource. +required
.flyteidl.admin.NamedEntityIdentifier id = 1;- Returns:
- Whether the id field is set.
-
getId
Common.NamedEntityIdentifier getId()
id represents the unique identifier of the resource. +required
.flyteidl.admin.NamedEntityIdentifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
Common.NamedEntityIdentifierOrBuilder getIdOrBuilder()
id represents the unique identifier of the resource. +required
.flyteidl.admin.NamedEntityIdentifier id = 1;
-
getLimit
int getLimit()
Indicates the number of resources to be returned. +required
uint32 limit = 2;- Returns:
- The limit.
-
getToken
String getToken()
In the case of multiple pages of results, this server-provided token can be used to fetch the next page in a query. +optional
string token = 3;- Returns:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()
In the case of multiple pages of results, this server-provided token can be used to fetch the next page in a query. +optional
string token = 3;- Returns:
- The bytes for token.
-
getFilters
String getFilters()
Indicates a list of filters passed as string. More info on constructing filters : <Link> +optional
string filters = 4;- Returns:
- The filters.
-
getFiltersBytes
com.google.protobuf.ByteString getFiltersBytes()
Indicates a list of filters passed as string. More info on constructing filters : <Link> +optional
string filters = 4;- Returns:
- The bytes for filters.
-
hasSortBy
boolean hasSortBy()
Sort ordering. +optional
.flyteidl.admin.Sort sort_by = 5;- Returns:
- Whether the sortBy field is set.
-
getSortBy
Common.Sort getSortBy()
Sort ordering. +optional
.flyteidl.admin.Sort sort_by = 5;- Returns:
- The sortBy.
-
getSortByOrBuilder
Common.SortOrBuilder getSortByOrBuilder()
Sort ordering. +optional
.flyteidl.admin.Sort sort_by = 5;
-
-