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

    public static interface Common.AuthRoleOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAssumableIamRole()
      string assumable_iam_role = 1;
      com.google.protobuf.ByteString getAssumableIamRoleBytes()
      string assumable_iam_role = 1;
      java.lang.String getKubernetesServiceAccount()
      string kubernetes_service_account = 2;
      com.google.protobuf.ByteString getKubernetesServiceAccountBytes()
      string kubernetes_service_account = 2;
      Common.AuthRole.MethodCase getMethodCase()  
      • 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

        java.lang.String getAssumableIamRole()
        string assumable_iam_role = 1;
        Returns:
        The assumableIamRole.
      • getAssumableIamRoleBytes

        com.google.protobuf.ByteString getAssumableIamRoleBytes()
        string assumable_iam_role = 1;
        Returns:
        The bytes for assumableIamRole.
      • getKubernetesServiceAccount

        java.lang.String getKubernetesServiceAccount()
        string kubernetes_service_account = 2;
        Returns:
        The kubernetesServiceAccount.
      • getKubernetesServiceAccountBytes

        com.google.protobuf.ByteString getKubernetesServiceAccountBytes()
        string kubernetes_service_account = 2;
        Returns:
        The bytes for kubernetesServiceAccount.