Package flyteidl.admin
Interface LaunchPlanOuterClass.ActiveLaunchPlanListRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LaunchPlanOuterClass.ActiveLaunchPlanListRequest,LaunchPlanOuterClass.ActiveLaunchPlanListRequest.Builder
- Enclosing class:
- LaunchPlanOuterClass
public static interface LaunchPlanOuterClass.ActiveLaunchPlanListRequestOrBuilder 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.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()Sort ordering.Common.SortOrBuildergetSortByOrBuilder()Sort ordering.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()Sort ordering.-
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()
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;
-
-