Package io.dapr.v1

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

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

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

        public DaprProtos.SubtleGetKeyResponse 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<DaprProtos.SubtleGetKeyResponse.Builder>
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Name (or name/version) of the key.
         This is returned as response too in case there is a version.
         
        string name = 1;
        Specified by:
        getNameBytes in interface DaprProtos.SubtleGetKeyResponseOrBuilder
        Returns:
        The bytes for name.
      • setName

        public DaprProtos.SubtleGetKeyResponse.Builder setName​(String value)
         Name (or name/version) of the key.
         This is returned as response too in case there is a version.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public DaprProtos.SubtleGetKeyResponse.Builder clearName()
         Name (or name/version) of the key.
         This is returned as response too in case there is a version.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public DaprProtos.SubtleGetKeyResponse.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Name (or name/version) of the key.
         This is returned as response too in case there is a version.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getPublicKeyBytes

        public com.google.protobuf.ByteString getPublicKeyBytes()
         Public key, encoded in the requested format
         
        string public_key = 2 [json_name = "publicKey"];
        Specified by:
        getPublicKeyBytes in interface DaprProtos.SubtleGetKeyResponseOrBuilder
        Returns:
        The bytes for publicKey.
      • setPublicKey

        public DaprProtos.SubtleGetKeyResponse.Builder setPublicKey​(String value)
         Public key, encoded in the requested format
         
        string public_key = 2 [json_name = "publicKey"];
        Parameters:
        value - The publicKey to set.
        Returns:
        This builder for chaining.
      • clearPublicKey

        public DaprProtos.SubtleGetKeyResponse.Builder clearPublicKey()
         Public key, encoded in the requested format
         
        string public_key = 2 [json_name = "publicKey"];
        Returns:
        This builder for chaining.
      • setPublicKeyBytes

        public DaprProtos.SubtleGetKeyResponse.Builder setPublicKeyBytes​(com.google.protobuf.ByteString value)
         Public key, encoded in the requested format
         
        string public_key = 2 [json_name = "publicKey"];
        Parameters:
        value - The bytes for publicKey to set.
        Returns:
        This builder for chaining.