Class AuxiliaryVersionConfig.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<AuxiliaryVersionConfig.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<AuxiliaryVersionConfig.Builder>
      • internalGetFieldAccessorTable

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

        public AuxiliaryVersionConfig.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<AuxiliaryVersionConfig.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<AuxiliaryVersionConfig.Builder>
      • getDefaultInstanceForType

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

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

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

        public AuxiliaryVersionConfig.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<AuxiliaryVersionConfig.Builder>
      • clearField

        public AuxiliaryVersionConfig.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AuxiliaryVersionConfig.Builder>
      • clearOneof

        public AuxiliaryVersionConfig.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AuxiliaryVersionConfig.Builder>
      • setRepeatedField

        public AuxiliaryVersionConfig.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AuxiliaryVersionConfig.Builder>
      • addRepeatedField

        public AuxiliaryVersionConfig.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AuxiliaryVersionConfig.Builder>
      • isInitialized

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

        public AuxiliaryVersionConfig.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<AuxiliaryVersionConfig.Builder>
        Throws:
        IOException
      • getVersion

        public String getVersion()
         The Hive metastore version of the auxiliary service. It must be less
         than the primary Hive metastore service's version.
         
        string version = 1;
        Specified by:
        getVersion in interface AuxiliaryVersionConfigOrBuilder
        Returns:
        The version.
      • getVersionBytes

        public com.google.protobuf.ByteString getVersionBytes()
         The Hive metastore version of the auxiliary service. It must be less
         than the primary Hive metastore service's version.
         
        string version = 1;
        Specified by:
        getVersionBytes in interface AuxiliaryVersionConfigOrBuilder
        Returns:
        The bytes for version.
      • setVersion

        public AuxiliaryVersionConfig.Builder setVersion​(String value)
         The Hive metastore version of the auxiliary service. It must be less
         than the primary Hive metastore service's version.
         
        string version = 1;
        Parameters:
        value - The version to set.
        Returns:
        This builder for chaining.
      • clearVersion

        public AuxiliaryVersionConfig.Builder clearVersion()
         The Hive metastore version of the auxiliary service. It must be less
         than the primary Hive metastore service's version.
         
        string version = 1;
        Returns:
        This builder for chaining.
      • setVersionBytes

        public AuxiliaryVersionConfig.Builder setVersionBytes​(com.google.protobuf.ByteString value)
         The Hive metastore version of the auxiliary service. It must be less
         than the primary Hive metastore service's version.
         
        string version = 1;
        Parameters:
        value - The bytes for version to set.
        Returns:
        This builder for chaining.
      • getConfigOverridesCount

        public int getConfigOverridesCount()
        Description copied from interface: AuxiliaryVersionConfigOrBuilder
         A mapping of Hive metastore configuration key-value pairs to apply to the
         auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
         the primary version's overrides. If keys are present in both the auxiliary
         version's overrides and the primary version's overrides, the value from
         the auxiliary version's overrides takes precedence.
         
        map<string, string> config_overrides = 2;
        Specified by:
        getConfigOverridesCount in interface AuxiliaryVersionConfigOrBuilder
      • containsConfigOverrides

        public boolean containsConfigOverrides​(String key)
         A mapping of Hive metastore configuration key-value pairs to apply to the
         auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
         the primary version's overrides. If keys are present in both the auxiliary
         version's overrides and the primary version's overrides, the value from
         the auxiliary version's overrides takes precedence.
         
        map<string, string> config_overrides = 2;
        Specified by:
        containsConfigOverrides in interface AuxiliaryVersionConfigOrBuilder
      • getConfigOverridesMap

        public Map<String,​String> getConfigOverridesMap()
         A mapping of Hive metastore configuration key-value pairs to apply to the
         auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
         the primary version's overrides. If keys are present in both the auxiliary
         version's overrides and the primary version's overrides, the value from
         the auxiliary version's overrides takes precedence.
         
        map<string, string> config_overrides = 2;
        Specified by:
        getConfigOverridesMap in interface AuxiliaryVersionConfigOrBuilder
      • getConfigOverridesOrDefault

        public String getConfigOverridesOrDefault​(String key,
                                                  String defaultValue)
         A mapping of Hive metastore configuration key-value pairs to apply to the
         auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
         the primary version's overrides. If keys are present in both the auxiliary
         version's overrides and the primary version's overrides, the value from
         the auxiliary version's overrides takes precedence.
         
        map<string, string> config_overrides = 2;
        Specified by:
        getConfigOverridesOrDefault in interface AuxiliaryVersionConfigOrBuilder
      • getConfigOverridesOrThrow

        public String getConfigOverridesOrThrow​(String key)
         A mapping of Hive metastore configuration key-value pairs to apply to the
         auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
         the primary version's overrides. If keys are present in both the auxiliary
         version's overrides and the primary version's overrides, the value from
         the auxiliary version's overrides takes precedence.
         
        map<string, string> config_overrides = 2;
        Specified by:
        getConfigOverridesOrThrow in interface AuxiliaryVersionConfigOrBuilder
      • removeConfigOverrides

        public AuxiliaryVersionConfig.Builder removeConfigOverrides​(String key)
         A mapping of Hive metastore configuration key-value pairs to apply to the
         auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
         the primary version's overrides. If keys are present in both the auxiliary
         version's overrides and the primary version's overrides, the value from
         the auxiliary version's overrides takes precedence.
         
        map<string, string> config_overrides = 2;
      • getMutableConfigOverrides

        @Deprecated
        public Map<String,​String> getMutableConfigOverrides()
        Deprecated.
        Use alternate mutation accessors instead.
      • putConfigOverrides

        public AuxiliaryVersionConfig.Builder putConfigOverrides​(String key,
                                                                 String value)
         A mapping of Hive metastore configuration key-value pairs to apply to the
         auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
         the primary version's overrides. If keys are present in both the auxiliary
         version's overrides and the primary version's overrides, the value from
         the auxiliary version's overrides takes precedence.
         
        map<string, string> config_overrides = 2;
      • putAllConfigOverrides

        public AuxiliaryVersionConfig.Builder putAllConfigOverrides​(Map<String,​String> values)
         A mapping of Hive metastore configuration key-value pairs to apply to the
         auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
         the primary version's overrides. If keys are present in both the auxiliary
         version's overrides and the primary version's overrides, the value from
         the auxiliary version's overrides takes precedence.
         
        map<string, string> config_overrides = 2;
      • hasNetworkConfig

        public boolean hasNetworkConfig()
         Output only. The network configuration contains the endpoint URI(s) of the
         auxiliary Hive metastore service.
         
        .google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasNetworkConfig in interface AuxiliaryVersionConfigOrBuilder
        Returns:
        Whether the networkConfig field is set.
      • getNetworkConfig

        public NetworkConfig getNetworkConfig()
         Output only. The network configuration contains the endpoint URI(s) of the
         auxiliary Hive metastore service.
         
        .google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNetworkConfig in interface AuxiliaryVersionConfigOrBuilder
        Returns:
        The networkConfig.
      • setNetworkConfig

        public AuxiliaryVersionConfig.Builder setNetworkConfig​(NetworkConfig value)
         Output only. The network configuration contains the endpoint URI(s) of the
         auxiliary Hive metastore service.
         
        .google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setNetworkConfig

        public AuxiliaryVersionConfig.Builder setNetworkConfig​(NetworkConfig.Builder builderForValue)
         Output only. The network configuration contains the endpoint URI(s) of the
         auxiliary Hive metastore service.
         
        .google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeNetworkConfig

        public AuxiliaryVersionConfig.Builder mergeNetworkConfig​(NetworkConfig value)
         Output only. The network configuration contains the endpoint URI(s) of the
         auxiliary Hive metastore service.
         
        .google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearNetworkConfig

        public AuxiliaryVersionConfig.Builder clearNetworkConfig()
         Output only. The network configuration contains the endpoint URI(s) of the
         auxiliary Hive metastore service.
         
        .google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getNetworkConfigBuilder

        public NetworkConfig.Builder getNetworkConfigBuilder()
         Output only. The network configuration contains the endpoint URI(s) of the
         auxiliary Hive metastore service.
         
        .google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getNetworkConfigOrBuilder

        public NetworkConfigOrBuilder getNetworkConfigOrBuilder()
         Output only. The network configuration contains the endpoint URI(s) of the
         auxiliary Hive metastore service.
         
        .google.cloud.metastore.v1beta.NetworkConfig network_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNetworkConfigOrBuilder in interface AuxiliaryVersionConfigOrBuilder
      • setUnknownFields

        public final AuxiliaryVersionConfig.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<AuxiliaryVersionConfig.Builder>
      • mergeUnknownFields

        public final AuxiliaryVersionConfig.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<AuxiliaryVersionConfig.Builder>