Class DotnetSettings.Builder

  • All Implemented Interfaces:
    DotnetSettingsOrBuilder, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    Enclosing class:
    DotnetSettings

    public static final class DotnetSettings.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<DotnetSettings.Builder>
    implements DotnetSettingsOrBuilder
     Settings for Dotnet client libraries.
     
    Protobuf type google.api.DotnetSettings
    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection​(int number)
        Overrides:
        internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<DotnetSettings.Builder>
      • internalGetMutableMapFieldReflection

        protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection​(int number)
        Overrides:
        internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<DotnetSettings.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Overrides:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DotnetSettings.Builder>
      • clear

        public DotnetSettings.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<DotnetSettings.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.GeneratedMessage.Builder<DotnetSettings.Builder>
      • getDefaultInstanceForType

        public DotnetSettings getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

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

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

        public DotnetSettings.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<DotnetSettings.Builder>
      • setField

        public DotnetSettings.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                               java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DotnetSettings.Builder>
      • clearField

        public DotnetSettings.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<DotnetSettings.Builder>
      • clearOneof

        public DotnetSettings.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<DotnetSettings.Builder>
      • setRepeatedField

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

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

        public DotnetSettings.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DotnetSettings.Builder>
      • isInitialized

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

        public DotnetSettings.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws java.io.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<DotnetSettings.Builder>
        Throws:
        java.io.IOException
      • hasCommon

        public boolean hasCommon()
         Some settings.
         
        .google.api.CommonLanguageSettings common = 1;
        Specified by:
        hasCommon in interface DotnetSettingsOrBuilder
        Returns:
        Whether the common field is set.
      • clearCommon

        public DotnetSettings.Builder clearCommon()
         Some settings.
         
        .google.api.CommonLanguageSettings common = 1;
      • getRenamedServicesCount

        public int getRenamedServicesCount()
        Description copied from interface: DotnetSettingsOrBuilder
         Map from original service names to renamed versions.
         This is used when the default generated types
         would cause a naming conflict. (Neither name is
         fully-qualified.)
         Example: Subscriber to SubscriberServiceApi.
         
        map<string, string> renamed_services = 2;
        Specified by:
        getRenamedServicesCount in interface DotnetSettingsOrBuilder
      • containsRenamedServices

        public boolean containsRenamedServices​(java.lang.String key)
         Map from original service names to renamed versions.
         This is used when the default generated types
         would cause a naming conflict. (Neither name is
         fully-qualified.)
         Example: Subscriber to SubscriberServiceApi.
         
        map<string, string> renamed_services = 2;
        Specified by:
        containsRenamedServices in interface DotnetSettingsOrBuilder
      • getRenamedServicesMap

        public java.util.Map<java.lang.String,​java.lang.String> getRenamedServicesMap()
         Map from original service names to renamed versions.
         This is used when the default generated types
         would cause a naming conflict. (Neither name is
         fully-qualified.)
         Example: Subscriber to SubscriberServiceApi.
         
        map<string, string> renamed_services = 2;
        Specified by:
        getRenamedServicesMap in interface DotnetSettingsOrBuilder
      • getRenamedServicesOrDefault

        public java.lang.String getRenamedServicesOrDefault​(java.lang.String key,
                                                            java.lang.String defaultValue)
         Map from original service names to renamed versions.
         This is used when the default generated types
         would cause a naming conflict. (Neither name is
         fully-qualified.)
         Example: Subscriber to SubscriberServiceApi.
         
        map<string, string> renamed_services = 2;
        Specified by:
        getRenamedServicesOrDefault in interface DotnetSettingsOrBuilder
      • getRenamedServicesOrThrow

        public java.lang.String getRenamedServicesOrThrow​(java.lang.String key)
         Map from original service names to renamed versions.
         This is used when the default generated types
         would cause a naming conflict. (Neither name is
         fully-qualified.)
         Example: Subscriber to SubscriberServiceApi.
         
        map<string, string> renamed_services = 2;
        Specified by:
        getRenamedServicesOrThrow in interface DotnetSettingsOrBuilder
      • removeRenamedServices

        public DotnetSettings.Builder removeRenamedServices​(java.lang.String key)
         Map from original service names to renamed versions.
         This is used when the default generated types
         would cause a naming conflict. (Neither name is
         fully-qualified.)
         Example: Subscriber to SubscriberServiceApi.
         
        map<string, string> renamed_services = 2;
      • getMutableRenamedServices

        @Deprecated
        public java.util.Map<java.lang.String,​java.lang.String> getMutableRenamedServices()
        Deprecated.
        Use alternate mutation accessors instead.
      • putRenamedServices

        public DotnetSettings.Builder putRenamedServices​(java.lang.String key,
                                                         java.lang.String value)
         Map from original service names to renamed versions.
         This is used when the default generated types
         would cause a naming conflict. (Neither name is
         fully-qualified.)
         Example: Subscriber to SubscriberServiceApi.
         
        map<string, string> renamed_services = 2;
      • putAllRenamedServices

        public DotnetSettings.Builder putAllRenamedServices​(java.util.Map<java.lang.String,​java.lang.String> values)
         Map from original service names to renamed versions.
         This is used when the default generated types
         would cause a naming conflict. (Neither name is
         fully-qualified.)
         Example: Subscriber to SubscriberServiceApi.
         
        map<string, string> renamed_services = 2;
      • getRenamedResourcesCount

        public int getRenamedResourcesCount()
        Description copied from interface: DotnetSettingsOrBuilder
         Map from full resource types to the effective short name
         for the resource. This is used when otherwise resource
         named from different services would cause naming collisions.
         Example entry:
         "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
         
        map<string, string> renamed_resources = 3;
        Specified by:
        getRenamedResourcesCount in interface DotnetSettingsOrBuilder
      • containsRenamedResources

        public boolean containsRenamedResources​(java.lang.String key)
         Map from full resource types to the effective short name
         for the resource. This is used when otherwise resource
         named from different services would cause naming collisions.
         Example entry:
         "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
         
        map<string, string> renamed_resources = 3;
        Specified by:
        containsRenamedResources in interface DotnetSettingsOrBuilder
      • getRenamedResourcesMap

        public java.util.Map<java.lang.String,​java.lang.String> getRenamedResourcesMap()
         Map from full resource types to the effective short name
         for the resource. This is used when otherwise resource
         named from different services would cause naming collisions.
         Example entry:
         "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
         
        map<string, string> renamed_resources = 3;
        Specified by:
        getRenamedResourcesMap in interface DotnetSettingsOrBuilder
      • getRenamedResourcesOrDefault

        public java.lang.String getRenamedResourcesOrDefault​(java.lang.String key,
                                                             java.lang.String defaultValue)
         Map from full resource types to the effective short name
         for the resource. This is used when otherwise resource
         named from different services would cause naming collisions.
         Example entry:
         "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
         
        map<string, string> renamed_resources = 3;
        Specified by:
        getRenamedResourcesOrDefault in interface DotnetSettingsOrBuilder
      • getRenamedResourcesOrThrow

        public java.lang.String getRenamedResourcesOrThrow​(java.lang.String key)
         Map from full resource types to the effective short name
         for the resource. This is used when otherwise resource
         named from different services would cause naming collisions.
         Example entry:
         "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
         
        map<string, string> renamed_resources = 3;
        Specified by:
        getRenamedResourcesOrThrow in interface DotnetSettingsOrBuilder
      • removeRenamedResources

        public DotnetSettings.Builder removeRenamedResources​(java.lang.String key)
         Map from full resource types to the effective short name
         for the resource. This is used when otherwise resource
         named from different services would cause naming collisions.
         Example entry:
         "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
         
        map<string, string> renamed_resources = 3;
      • getMutableRenamedResources

        @Deprecated
        public java.util.Map<java.lang.String,​java.lang.String> getMutableRenamedResources()
        Deprecated.
        Use alternate mutation accessors instead.
      • putRenamedResources

        public DotnetSettings.Builder putRenamedResources​(java.lang.String key,
                                                          java.lang.String value)
         Map from full resource types to the effective short name
         for the resource. This is used when otherwise resource
         named from different services would cause naming collisions.
         Example entry:
         "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
         
        map<string, string> renamed_resources = 3;
      • putAllRenamedResources

        public DotnetSettings.Builder putAllRenamedResources​(java.util.Map<java.lang.String,​java.lang.String> values)
         Map from full resource types to the effective short name
         for the resource. This is used when otherwise resource
         named from different services would cause naming collisions.
         Example entry:
         "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
         
        map<string, string> renamed_resources = 3;
      • getIgnoredResourcesList

        public com.google.protobuf.ProtocolStringList getIgnoredResourcesList()
         List of full resource types to ignore during generation.
         This is typically used for API-specific Location resources,
         which should be handled by the generator as if they were actually
         the common Location resources.
         Example entry: "documentai.googleapis.com/Location"
         
        repeated string ignored_resources = 4;
        Specified by:
        getIgnoredResourcesList in interface DotnetSettingsOrBuilder
        Returns:
        A list containing the ignoredResources.
      • getIgnoredResourcesCount

        public int getIgnoredResourcesCount()
         List of full resource types to ignore during generation.
         This is typically used for API-specific Location resources,
         which should be handled by the generator as if they were actually
         the common Location resources.
         Example entry: "documentai.googleapis.com/Location"
         
        repeated string ignored_resources = 4;
        Specified by:
        getIgnoredResourcesCount in interface DotnetSettingsOrBuilder
        Returns:
        The count of ignoredResources.
      • getIgnoredResources

        public java.lang.String getIgnoredResources​(int index)
         List of full resource types to ignore during generation.
         This is typically used for API-specific Location resources,
         which should be handled by the generator as if they were actually
         the common Location resources.
         Example entry: "documentai.googleapis.com/Location"
         
        repeated string ignored_resources = 4;
        Specified by:
        getIgnoredResources in interface DotnetSettingsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The ignoredResources at the given index.
      • getIgnoredResourcesBytes

        public com.google.protobuf.ByteString getIgnoredResourcesBytes​(int index)
         List of full resource types to ignore during generation.
         This is typically used for API-specific Location resources,
         which should be handled by the generator as if they were actually
         the common Location resources.
         Example entry: "documentai.googleapis.com/Location"
         
        repeated string ignored_resources = 4;
        Specified by:
        getIgnoredResourcesBytes in interface DotnetSettingsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the ignoredResources at the given index.
      • setIgnoredResources

        public DotnetSettings.Builder setIgnoredResources​(int index,
                                                          java.lang.String value)
         List of full resource types to ignore during generation.
         This is typically used for API-specific Location resources,
         which should be handled by the generator as if they were actually
         the common Location resources.
         Example entry: "documentai.googleapis.com/Location"
         
        repeated string ignored_resources = 4;
        Parameters:
        index - The index to set the value at.
        value - The ignoredResources to set.
        Returns:
        This builder for chaining.
      • addIgnoredResources

        public DotnetSettings.Builder addIgnoredResources​(java.lang.String value)
         List of full resource types to ignore during generation.
         This is typically used for API-specific Location resources,
         which should be handled by the generator as if they were actually
         the common Location resources.
         Example entry: "documentai.googleapis.com/Location"
         
        repeated string ignored_resources = 4;
        Parameters:
        value - The ignoredResources to add.
        Returns:
        This builder for chaining.
      • addAllIgnoredResources

        public DotnetSettings.Builder addAllIgnoredResources​(java.lang.Iterable<java.lang.String> values)
         List of full resource types to ignore during generation.
         This is typically used for API-specific Location resources,
         which should be handled by the generator as if they were actually
         the common Location resources.
         Example entry: "documentai.googleapis.com/Location"
         
        repeated string ignored_resources = 4;
        Parameters:
        values - The ignoredResources to add.
        Returns:
        This builder for chaining.
      • clearIgnoredResources

        public DotnetSettings.Builder clearIgnoredResources()
         List of full resource types to ignore during generation.
         This is typically used for API-specific Location resources,
         which should be handled by the generator as if they were actually
         the common Location resources.
         Example entry: "documentai.googleapis.com/Location"
         
        repeated string ignored_resources = 4;
        Returns:
        This builder for chaining.
      • addIgnoredResourcesBytes

        public DotnetSettings.Builder addIgnoredResourcesBytes​(com.google.protobuf.ByteString value)
         List of full resource types to ignore during generation.
         This is typically used for API-specific Location resources,
         which should be handled by the generator as if they were actually
         the common Location resources.
         Example entry: "documentai.googleapis.com/Location"
         
        repeated string ignored_resources = 4;
        Parameters:
        value - The bytes of the ignoredResources to add.
        Returns:
        This builder for chaining.
      • getForcedNamespaceAliasesList

        public com.google.protobuf.ProtocolStringList getForcedNamespaceAliasesList()
         Namespaces which must be aliased in snippets due to
         a known (but non-generator-predictable) naming collision
         
        repeated string forced_namespace_aliases = 5;
        Specified by:
        getForcedNamespaceAliasesList in interface DotnetSettingsOrBuilder
        Returns:
        A list containing the forcedNamespaceAliases.
      • getForcedNamespaceAliasesCount

        public int getForcedNamespaceAliasesCount()
         Namespaces which must be aliased in snippets due to
         a known (but non-generator-predictable) naming collision
         
        repeated string forced_namespace_aliases = 5;
        Specified by:
        getForcedNamespaceAliasesCount in interface DotnetSettingsOrBuilder
        Returns:
        The count of forcedNamespaceAliases.
      • getForcedNamespaceAliases

        public java.lang.String getForcedNamespaceAliases​(int index)
         Namespaces which must be aliased in snippets due to
         a known (but non-generator-predictable) naming collision
         
        repeated string forced_namespace_aliases = 5;
        Specified by:
        getForcedNamespaceAliases in interface DotnetSettingsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The forcedNamespaceAliases at the given index.
      • getForcedNamespaceAliasesBytes

        public com.google.protobuf.ByteString getForcedNamespaceAliasesBytes​(int index)
         Namespaces which must be aliased in snippets due to
         a known (but non-generator-predictable) naming collision
         
        repeated string forced_namespace_aliases = 5;
        Specified by:
        getForcedNamespaceAliasesBytes in interface DotnetSettingsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the forcedNamespaceAliases at the given index.
      • setForcedNamespaceAliases

        public DotnetSettings.Builder setForcedNamespaceAliases​(int index,
                                                                java.lang.String value)
         Namespaces which must be aliased in snippets due to
         a known (but non-generator-predictable) naming collision
         
        repeated string forced_namespace_aliases = 5;
        Parameters:
        index - The index to set the value at.
        value - The forcedNamespaceAliases to set.
        Returns:
        This builder for chaining.
      • addForcedNamespaceAliases

        public DotnetSettings.Builder addForcedNamespaceAliases​(java.lang.String value)
         Namespaces which must be aliased in snippets due to
         a known (but non-generator-predictable) naming collision
         
        repeated string forced_namespace_aliases = 5;
        Parameters:
        value - The forcedNamespaceAliases to add.
        Returns:
        This builder for chaining.
      • addAllForcedNamespaceAliases

        public DotnetSettings.Builder addAllForcedNamespaceAliases​(java.lang.Iterable<java.lang.String> values)
         Namespaces which must be aliased in snippets due to
         a known (but non-generator-predictable) naming collision
         
        repeated string forced_namespace_aliases = 5;
        Parameters:
        values - The forcedNamespaceAliases to add.
        Returns:
        This builder for chaining.
      • clearForcedNamespaceAliases

        public DotnetSettings.Builder clearForcedNamespaceAliases()
         Namespaces which must be aliased in snippets due to
         a known (but non-generator-predictable) naming collision
         
        repeated string forced_namespace_aliases = 5;
        Returns:
        This builder for chaining.
      • addForcedNamespaceAliasesBytes

        public DotnetSettings.Builder addForcedNamespaceAliasesBytes​(com.google.protobuf.ByteString value)
         Namespaces which must be aliased in snippets due to
         a known (but non-generator-predictable) naming collision
         
        repeated string forced_namespace_aliases = 5;
        Parameters:
        value - The bytes of the forcedNamespaceAliases to add.
        Returns:
        This builder for chaining.
      • getHandwrittenSignaturesList

        public com.google.protobuf.ProtocolStringList getHandwrittenSignaturesList()
         Method signatures (in the form "service.method(signature)")
         which are provided separately, so shouldn't be generated.
         Snippets *calling* these methods are still generated, however.
         
        repeated string handwritten_signatures = 6;
        Specified by:
        getHandwrittenSignaturesList in interface DotnetSettingsOrBuilder
        Returns:
        A list containing the handwrittenSignatures.
      • getHandwrittenSignaturesCount

        public int getHandwrittenSignaturesCount()
         Method signatures (in the form "service.method(signature)")
         which are provided separately, so shouldn't be generated.
         Snippets *calling* these methods are still generated, however.
         
        repeated string handwritten_signatures = 6;
        Specified by:
        getHandwrittenSignaturesCount in interface DotnetSettingsOrBuilder
        Returns:
        The count of handwrittenSignatures.
      • getHandwrittenSignatures

        public java.lang.String getHandwrittenSignatures​(int index)
         Method signatures (in the form "service.method(signature)")
         which are provided separately, so shouldn't be generated.
         Snippets *calling* these methods are still generated, however.
         
        repeated string handwritten_signatures = 6;
        Specified by:
        getHandwrittenSignatures in interface DotnetSettingsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The handwrittenSignatures at the given index.
      • getHandwrittenSignaturesBytes

        public com.google.protobuf.ByteString getHandwrittenSignaturesBytes​(int index)
         Method signatures (in the form "service.method(signature)")
         which are provided separately, so shouldn't be generated.
         Snippets *calling* these methods are still generated, however.
         
        repeated string handwritten_signatures = 6;
        Specified by:
        getHandwrittenSignaturesBytes in interface DotnetSettingsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the handwrittenSignatures at the given index.
      • setHandwrittenSignatures

        public DotnetSettings.Builder setHandwrittenSignatures​(int index,
                                                               java.lang.String value)
         Method signatures (in the form "service.method(signature)")
         which are provided separately, so shouldn't be generated.
         Snippets *calling* these methods are still generated, however.
         
        repeated string handwritten_signatures = 6;
        Parameters:
        index - The index to set the value at.
        value - The handwrittenSignatures to set.
        Returns:
        This builder for chaining.
      • addHandwrittenSignatures

        public DotnetSettings.Builder addHandwrittenSignatures​(java.lang.String value)
         Method signatures (in the form "service.method(signature)")
         which are provided separately, so shouldn't be generated.
         Snippets *calling* these methods are still generated, however.
         
        repeated string handwritten_signatures = 6;
        Parameters:
        value - The handwrittenSignatures to add.
        Returns:
        This builder for chaining.
      • addAllHandwrittenSignatures

        public DotnetSettings.Builder addAllHandwrittenSignatures​(java.lang.Iterable<java.lang.String> values)
         Method signatures (in the form "service.method(signature)")
         which are provided separately, so shouldn't be generated.
         Snippets *calling* these methods are still generated, however.
         
        repeated string handwritten_signatures = 6;
        Parameters:
        values - The handwrittenSignatures to add.
        Returns:
        This builder for chaining.
      • clearHandwrittenSignatures

        public DotnetSettings.Builder clearHandwrittenSignatures()
         Method signatures (in the form "service.method(signature)")
         which are provided separately, so shouldn't be generated.
         Snippets *calling* these methods are still generated, however.
         
        repeated string handwritten_signatures = 6;
        Returns:
        This builder for chaining.
      • addHandwrittenSignaturesBytes

        public DotnetSettings.Builder addHandwrittenSignaturesBytes​(com.google.protobuf.ByteString value)
         Method signatures (in the form "service.method(signature)")
         which are provided separately, so shouldn't be generated.
         Snippets *calling* these methods are still generated, however.
         
        repeated string handwritten_signatures = 6;
        Parameters:
        value - The bytes of the handwrittenSignatures to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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