Package flyteidl.admin
Interface LaunchPlanOuterClass.LaunchPlanListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LaunchPlanOuterClass.LaunchPlanList,LaunchPlanOuterClass.LaunchPlanList.Builder
- Enclosing class:
- LaunchPlanOuterClass
public static interface LaunchPlanOuterClass.LaunchPlanListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchPlanOuterClass.LaunchPlangetLaunchPlans(int index)repeated .flyteidl.admin.LaunchPlan launch_plans = 1;intgetLaunchPlansCount()repeated .flyteidl.admin.LaunchPlan launch_plans = 1;List<LaunchPlanOuterClass.LaunchPlan>getLaunchPlansList()repeated .flyteidl.admin.LaunchPlan launch_plans = 1;LaunchPlanOuterClass.LaunchPlanOrBuildergetLaunchPlansOrBuilder(int index)repeated .flyteidl.admin.LaunchPlan launch_plans = 1;List<? extends LaunchPlanOuterClass.LaunchPlanOrBuilder>getLaunchPlansOrBuilderList()repeated .flyteidl.admin.LaunchPlan launch_plans = 1;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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLaunchPlansList
List<LaunchPlanOuterClass.LaunchPlan> getLaunchPlansList()
repeated .flyteidl.admin.LaunchPlan launch_plans = 1;
-
getLaunchPlans
LaunchPlanOuterClass.LaunchPlan getLaunchPlans(int index)
repeated .flyteidl.admin.LaunchPlan launch_plans = 1;
-
getLaunchPlansCount
int getLaunchPlansCount()
repeated .flyteidl.admin.LaunchPlan launch_plans = 1;
-
getLaunchPlansOrBuilderList
List<? extends LaunchPlanOuterClass.LaunchPlanOrBuilder> getLaunchPlansOrBuilderList()
repeated .flyteidl.admin.LaunchPlan launch_plans = 1;
-
getLaunchPlansOrBuilder
LaunchPlanOuterClass.LaunchPlanOrBuilder getLaunchPlansOrBuilder(int index)
repeated .flyteidl.admin.LaunchPlan launch_plans = 1;
-
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. If there are no more results, this value will be empty.
string token = 2;- 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. If there are no more results, this value will be empty.
string token = 2;- Returns:
- The bytes for token.
-
-