Interface LaunchPlanOuterClass.AuthOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getAssumableIamRole()
      Deprecated.
      Defines an optional iam role which will be used for tasks run in executions created with this launch plan.
      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 getKubernetesServiceAccount()
      Deprecated.
      Defines an optional kubernetes service account which will be used for tasks run in executions created with this launch plan.
      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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.