Class GenerateRandomBytesRequest.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<GenerateRandomBytesRequest.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<GenerateRandomBytesRequest.Builder>
      • getDefaultInstanceForType

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

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

        public GenerateRandomBytesRequest 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<GenerateRandomBytesRequest.Builder>
      • mergeFrom

        public GenerateRandomBytesRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GenerateRandomBytesRequest.Builder>
        Throws:
        IOException
      • getLocation

        public String getLocation()
         The project-specific location in which to generate random bytes.
         For example, "projects/my-project/locations/us-central1".
         
        string location = 1;
        Specified by:
        getLocation in interface GenerateRandomBytesRequestOrBuilder
        Returns:
        The location.
      • getLocationBytes

        public com.google.protobuf.ByteString getLocationBytes()
         The project-specific location in which to generate random bytes.
         For example, "projects/my-project/locations/us-central1".
         
        string location = 1;
        Specified by:
        getLocationBytes in interface GenerateRandomBytesRequestOrBuilder
        Returns:
        The bytes for location.
      • setLocation

        public GenerateRandomBytesRequest.Builder setLocation​(String value)
         The project-specific location in which to generate random bytes.
         For example, "projects/my-project/locations/us-central1".
         
        string location = 1;
        Parameters:
        value - The location to set.
        Returns:
        This builder for chaining.
      • clearLocation

        public GenerateRandomBytesRequest.Builder clearLocation()
         The project-specific location in which to generate random bytes.
         For example, "projects/my-project/locations/us-central1".
         
        string location = 1;
        Returns:
        This builder for chaining.
      • setLocationBytes

        public GenerateRandomBytesRequest.Builder setLocationBytes​(com.google.protobuf.ByteString value)
         The project-specific location in which to generate random bytes.
         For example, "projects/my-project/locations/us-central1".
         
        string location = 1;
        Parameters:
        value - The bytes for location to set.
        Returns:
        This builder for chaining.
      • getLengthBytes

        public int getLengthBytes()
         The length in bytes of the amount of randomness to retrieve.  Minimum 8
         bytes, maximum 1024 bytes.
         
        int32 length_bytes = 2;
        Specified by:
        getLengthBytes in interface GenerateRandomBytesRequestOrBuilder
        Returns:
        The lengthBytes.
      • setLengthBytes

        public GenerateRandomBytesRequest.Builder setLengthBytes​(int value)
         The length in bytes of the amount of randomness to retrieve.  Minimum 8
         bytes, maximum 1024 bytes.
         
        int32 length_bytes = 2;
        Parameters:
        value - The lengthBytes to set.
        Returns:
        This builder for chaining.
      • clearLengthBytes

        public GenerateRandomBytesRequest.Builder clearLengthBytes()
         The length in bytes of the amount of randomness to retrieve.  Minimum 8
         bytes, maximum 1024 bytes.
         
        int32 length_bytes = 2;
        Returns:
        This builder for chaining.
      • getProtectionLevelValue

        public int getProtectionLevelValue()
         The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] to use when
         generating the random data. Currently, only
         [HSM][google.cloud.kms.v1.ProtectionLevel.HSM] protection level is
         supported.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 3;
        Specified by:
        getProtectionLevelValue in interface GenerateRandomBytesRequestOrBuilder
        Returns:
        The enum numeric value on the wire for protectionLevel.
      • setProtectionLevelValue

        public GenerateRandomBytesRequest.Builder setProtectionLevelValue​(int value)
         The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] to use when
         generating the random data. Currently, only
         [HSM][google.cloud.kms.v1.ProtectionLevel.HSM] protection level is
         supported.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 3;
        Parameters:
        value - The enum numeric value on the wire for protectionLevel to set.
        Returns:
        This builder for chaining.
      • getProtectionLevel

        public ProtectionLevel getProtectionLevel()
         The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] to use when
         generating the random data. Currently, only
         [HSM][google.cloud.kms.v1.ProtectionLevel.HSM] protection level is
         supported.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 3;
        Specified by:
        getProtectionLevel in interface GenerateRandomBytesRequestOrBuilder
        Returns:
        The protectionLevel.
      • setProtectionLevel

        public GenerateRandomBytesRequest.Builder setProtectionLevel​(ProtectionLevel value)
         The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] to use when
         generating the random data. Currently, only
         [HSM][google.cloud.kms.v1.ProtectionLevel.HSM] protection level is
         supported.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 3;
        Parameters:
        value - The protectionLevel to set.
        Returns:
        This builder for chaining.
      • clearProtectionLevel

        public GenerateRandomBytesRequest.Builder clearProtectionLevel()
         The [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] to use when
         generating the random data. Currently, only
         [HSM][google.cloud.kms.v1.ProtectionLevel.HSM] protection level is
         supported.
         
        .google.cloud.kms.v1.ProtectionLevel protection_level = 3;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final GenerateRandomBytesRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateRandomBytesRequest.Builder>
      • mergeUnknownFields

        public final GenerateRandomBytesRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateRandomBytesRequest.Builder>