Class UploadServiceAccountKeyRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UploadServiceAccountKeyRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UploadServiceAccountKeyRequest.Builder>
      • getDefaultInstanceForType

        public UploadServiceAccountKeyRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public UploadServiceAccountKeyRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public UploadServiceAccountKeyRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UploadServiceAccountKeyRequest.Builder>
      • getName

        public String getName()
         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;
        Specified by:
        getName in interface UploadServiceAccountKeyRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         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;
        Specified by:
        getNameBytes in interface UploadServiceAccountKeyRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public UploadServiceAccountKeyRequest.Builder setName​(String value)
         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;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public UploadServiceAccountKeyRequest.Builder clearName()
         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;
        Returns:
        This builder for chaining.
      • setNameBytes

        public UploadServiceAccountKeyRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         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;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getPublicKeyData

        public com.google.protobuf.ByteString getPublicKeyData()
         The public key to associate with the service account. Must be an RSA public
         key that is wrapped in an X.509 v3 certificate. Include the first line,
         `-----BEGIN CERTIFICATE-----`, and the last line,
         `-----END CERTIFICATE-----`.
         
        bytes public_key_data = 2;
        Specified by:
        getPublicKeyData in interface UploadServiceAccountKeyRequestOrBuilder
        Returns:
        The publicKeyData.
      • setPublicKeyData

        public UploadServiceAccountKeyRequest.Builder setPublicKeyData​(com.google.protobuf.ByteString value)
         The public key to associate with the service account. Must be an RSA public
         key that is wrapped in an X.509 v3 certificate. Include the first line,
         `-----BEGIN CERTIFICATE-----`, and the last line,
         `-----END CERTIFICATE-----`.
         
        bytes public_key_data = 2;
        Parameters:
        value - The publicKeyData to set.
        Returns:
        This builder for chaining.
      • clearPublicKeyData

        public UploadServiceAccountKeyRequest.Builder clearPublicKeyData()
         The public key to associate with the service account. Must be an RSA public
         key that is wrapped in an X.509 v3 certificate. Include the first line,
         `-----BEGIN CERTIFICATE-----`, and the last line,
         `-----END CERTIFICATE-----`.
         
        bytes public_key_data = 2;
        Returns:
        This builder for chaining.