Interface SignBlobRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getBytesToSign()
      Deprecated.
      google.iam.admin.v1.SignBlobRequest.bytes_to_sign is deprecated.
      String getName()
      Deprecated.
      google.iam.admin.v1.SignBlobRequest.name is deprecated.
      com.google.protobuf.ByteString getNameBytes()
      Deprecated.
      google.iam.admin.v1.SignBlobRequest.name is deprecated.
      • 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

      • getName

        @Deprecated
        String getName()
        Deprecated.
        google.iam.admin.v1.SignBlobRequest.name is deprecated. See google/iam/admin/v1/iam.proto;l=974
         Required. Deprecated. [Migrate to Service Account Credentials
         API](https://cloud.google.com/iam/help/credentials/migrate-api).
        
         The resource name of the service account in the following format:
         `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`.
         Using `-` as a wildcard for the `PROJECT_ID` will infer the project from
         the account. The `ACCOUNT` value can be the `email` address or the
         `unique_id` of the service account.
         
        string name = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The name.
      • getNameBytes

        @Deprecated
        com.google.protobuf.ByteString getNameBytes()
        Deprecated.
        google.iam.admin.v1.SignBlobRequest.name is deprecated. See google/iam/admin/v1/iam.proto;l=974
         Required. Deprecated. [Migrate to Service Account Credentials
         API](https://cloud.google.com/iam/help/credentials/migrate-api).
        
         The resource name of the service account in the following format:
         `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`.
         Using `-` as a wildcard for the `PROJECT_ID` will infer the project from
         the account. The `ACCOUNT` value can be the `email` address or the
         `unique_id` of the service account.
         
        string name = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for name.
      • getBytesToSign

        @Deprecated
        com.google.protobuf.ByteString getBytesToSign()
        Deprecated.
        google.iam.admin.v1.SignBlobRequest.bytes_to_sign is deprecated. See google/iam/admin/v1/iam.proto;l=986
         Required. Deprecated. [Migrate to Service Account Credentials
         API](https://cloud.google.com/iam/help/credentials/migrate-api).
        
         The bytes to sign.
         
        bytes bytes_to_sign = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytesToSign.