Package flyteidl.admin
Interface Common.NamedEntityIdentifierListRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.NamedEntityIdentifierListRequest,Common.NamedEntityIdentifierListRequest.Builder
- Enclosing class:
- Common
public static interface Common.NamedEntityIdentifierListRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomain()Name of the domain the identifiers belongs to within the project.com.google.protobuf.ByteStringgetDomainBytes()Name of the domain the identifiers belongs to within the project.StringgetFilters()Indicates a list of filters passed as string.com.google.protobuf.ByteStringgetFiltersBytes()Indicates a list of filters passed as string.intgetLimit()Indicates the number of resources to be returned.StringgetProject()Name of the project that contains the identifiers.com.google.protobuf.ByteStringgetProjectBytes()Name of the project that contains the identifiers.Common.SortgetSortBy()Specifies how listed entities should be sorted in the response.Common.SortOrBuildergetSortByOrBuilder()Specifies how listed entities should be sorted in the response.StringgetToken()In the case of multiple pages of results, the 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, the server-provided token can be used to fetch the next page in a query.booleanhasSortBy()Specifies how listed entities should be sorted in the response.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProject
String getProject()
Name of the project that contains the identifiers. +required
string project = 1;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Name of the project that contains the identifiers. +required
string project = 1;- Returns:
- The bytes for project.
-
getDomain
String getDomain()
Name of the domain the identifiers belongs to within the project. +required
string domain = 2;- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
Name of the domain the identifiers belongs to within the project. +required
string domain = 2;- Returns:
- The bytes for domain.
-
getLimit
int getLimit()
Indicates the number of resources to be returned. +required
uint32 limit = 3;- Returns:
- The limit.
-
getToken
String getToken()
In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. +optional
string token = 4;- Returns:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()
In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. +optional
string token = 4;- Returns:
- The bytes for token.
-
hasSortBy
boolean hasSortBy()
Specifies how listed entities should be sorted in the response. +optional
.flyteidl.admin.Sort sort_by = 5;- Returns:
- Whether the sortBy field is set.
-
getSortBy
Common.Sort getSortBy()
Specifies how listed entities should be sorted in the response. +optional
.flyteidl.admin.Sort sort_by = 5;- Returns:
- The sortBy.
-
getSortByOrBuilder
Common.SortOrBuilder getSortByOrBuilder()
Specifies how listed entities should be sorted in the response. +optional
.flyteidl.admin.Sort sort_by = 5;
-
getFilters
String getFilters()
Indicates a list of filters passed as string. +optional
string filters = 6;- Returns:
- The filters.
-
getFiltersBytes
com.google.protobuf.ByteString getFiltersBytes()
Indicates a list of filters passed as string. +optional
string filters = 6;- Returns:
- The bytes for filters.
-
-