Interface AwsAccessRoleOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AwsAccessRole, AwsAccessRole.Builder

    public interface AwsAccessRoleOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getIamRoleId()
      The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
      com.google.protobuf.ByteString getIamRoleIdBytes()
      The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
      String getIdentity()
      A unique Google-owned and Google-generated identity for the Connection.
      com.google.protobuf.ByteString getIdentityBytes()
      A unique Google-owned and Google-generated identity for the Connection.
      • 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

      • getIamRoleId

        String getIamRoleId()
         The user’s AWS IAM Role that trusts the Google-owned AWS IAM user
         Connection.
         
        string iam_role_id = 1;
        Returns:
        The iamRoleId.
      • getIamRoleIdBytes

        com.google.protobuf.ByteString getIamRoleIdBytes()
         The user’s AWS IAM Role that trusts the Google-owned AWS IAM user
         Connection.
         
        string iam_role_id = 1;
        Returns:
        The bytes for iamRoleId.
      • getIdentity

        String getIdentity()
         A unique Google-owned and Google-generated identity for the Connection.
         This identity will be used to access the user's AWS IAM Role.
         
        string identity = 2;
        Returns:
        The identity.
      • getIdentityBytes

        com.google.protobuf.ByteString getIdentityBytes()
         A unique Google-owned and Google-generated identity for the Connection.
         This identity will be used to access the user's AWS IAM Role.
         
        string identity = 2;
        Returns:
        The bytes for identity.