Package flyteidl.admin
Interface Common.AuthRoleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.AuthRole,Common.AuthRole.Builder
- Enclosing class:
- Common
@Deprecated public static interface Common.AuthRoleOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetAssumableIamRole()Deprecated.Defines an optional iam role which will be used for tasks run in executions created with this launch plan.com.google.protobuf.ByteStringgetAssumableIamRoleBytes()Deprecated.Defines an optional iam role which will be used for tasks run in executions created with this launch plan.StringgetKubernetesServiceAccount()Deprecated.Defines an optional kubernetes service account which will be used for tasks run in executions created with this launch plan.com.google.protobuf.ByteStringgetKubernetesServiceAccountBytes()Deprecated.Defines an optional kubernetes service account which will be used for tasks run in executions created with this launch plan.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAssumableIamRole
String getAssumableIamRole()
Deprecated.Defines an optional iam role which will be used for tasks run in executions created with this launch plan.
string assumable_iam_role = 1;- Returns:
- The assumableIamRole.
-
getAssumableIamRoleBytes
com.google.protobuf.ByteString getAssumableIamRoleBytes()
Deprecated.Defines an optional iam role which will be used for tasks run in executions created with this launch plan.
string assumable_iam_role = 1;- Returns:
- The bytes for assumableIamRole.
-
getKubernetesServiceAccount
String getKubernetesServiceAccount()
Deprecated.Defines an optional kubernetes service account which will be used for tasks run in executions created with this launch plan.
string kubernetes_service_account = 2;- Returns:
- The kubernetesServiceAccount.
-
getKubernetesServiceAccountBytes
com.google.protobuf.ByteString getKubernetesServiceAccountBytes()
Deprecated.Defines an optional kubernetes service account which will be used for tasks run in executions created with this launch plan.
string kubernetes_service_account = 2;- Returns:
- The bytes for kubernetesServiceAccount.
-
-