Package com.google.api
Class DotnetSettings.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<DotnetSettings.Builder>
com.google.api.DotnetSettings.Builder
- All Implemented Interfaces:
DotnetSettingsOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- DotnetSettings
public static final class DotnetSettings.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DotnetSettings.Builder>
implements DotnetSettingsOrBuilder
Settings for Dotnet client libraries.Protobuf type
google.api.DotnetSettings-
Method Summary
Modifier and TypeMethodDescriptionaddAllForcedNamespaceAliases(Iterable<String> values) Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisionaddAllHandwrittenSignatures(Iterable<String> values) Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.addAllIgnoredResources(Iterable<String> values) List of full resource types to ignore during generation.addForcedNamespaceAliases(String value) Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisionaddForcedNamespaceAliasesBytes(com.google.protobuf.ByteString value) Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisionaddHandwrittenSignatures(String value) Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.addHandwrittenSignaturesBytes(com.google.protobuf.ByteString value) Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.addIgnoredResources(String value) List of full resource types to ignore during generation.addIgnoredResourcesBytes(com.google.protobuf.ByteString value) List of full resource types to ignore during generation.build()clear()Some settings.Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisionMethod signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.List of full resource types to ignore during generation.booleanMap from full resource types to the effective short name for the resource.booleanMap from original service names to renamed versions.Some settings.Some settings.Some settings.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetForcedNamespaceAliases(int index) Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisioncom.google.protobuf.ByteStringgetForcedNamespaceAliasesBytes(int index) Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisionintNamespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisioncom.google.protobuf.ProtocolStringListNamespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisiongetHandwrittenSignatures(int index) Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.com.google.protobuf.ByteStringgetHandwrittenSignaturesBytes(int index) Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.intMethod signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.com.google.protobuf.ProtocolStringListMethod signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.getIgnoredResources(int index) List of full resource types to ignore during generation.com.google.protobuf.ByteStringgetIgnoredResourcesBytes(int index) List of full resource types to ignore during generation.intList of full resource types to ignore during generation.com.google.protobuf.ProtocolStringListList of full resource types to ignore during generation.Deprecated.Deprecated.Deprecated.intMap from full resource types to the effective short name for the resource.Map from full resource types to the effective short name for the resource.getRenamedResourcesOrDefault(String key, String defaultValue) Map from full resource types to the effective short name for the resource.Map from full resource types to the effective short name for the resource.Deprecated.intMap from original service names to renamed versions.Map from original service names to renamed versions.getRenamedServicesOrDefault(String key, String defaultValue) Map from original service names to renamed versions.Map from original service names to renamed versions.booleanSome settings.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableprotected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number) protected com.google.protobuf.MapFieldReflectionAccessorinternalGetMutableMapFieldReflection(int number) final booleanSome settings.mergeFrom(DotnetSettings other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) putAllRenamedResources(Map<String, String> values) Map from full resource types to the effective short name for the resource.putAllRenamedServices(Map<String, String> values) Map from original service names to renamed versions.putRenamedResources(String key, String value) Map from full resource types to the effective short name for the resource.putRenamedServices(String key, String value) Map from original service names to renamed versions.Map from full resource types to the effective short name for the resource.Map from original service names to renamed versions.setCommon(CommonLanguageSettings value) Some settings.setCommon(CommonLanguageSettings.Builder builderForValue) Some settings.setForcedNamespaceAliases(int index, String value) Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisionsetHandwrittenSignatures(int index, String value) Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.setIgnoredResources(int index, String value) List of full resource types to ignore during generation.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessage.Builder<DotnetSettings.Builder>
-
internalGetMutableMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number) - Overrides:
internalGetMutableMapFieldReflectionin classcom.google.protobuf.GeneratedMessage.Builder<DotnetSettings.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<DotnetSettings.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<DotnetSettings.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<DotnetSettings.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DotnetSettings.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<DotnetSettings.Builder>
-
mergeFrom
public DotnetSettings.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DotnetSettings.Builder>- Throws:
IOException
-
hasCommon
public boolean hasCommon()Some settings.
.google.api.CommonLanguageSettings common = 1;- Specified by:
hasCommonin interfaceDotnetSettingsOrBuilder- Returns:
- Whether the common field is set.
-
getCommon
Some settings.
.google.api.CommonLanguageSettings common = 1;- Specified by:
getCommonin interfaceDotnetSettingsOrBuilder- Returns:
- The common.
-
setCommon
Some settings.
.google.api.CommonLanguageSettings common = 1; -
setCommon
Some settings.
.google.api.CommonLanguageSettings common = 1; -
mergeCommon
Some settings.
.google.api.CommonLanguageSettings common = 1; -
clearCommon
Some settings.
.google.api.CommonLanguageSettings common = 1; -
getCommonBuilder
Some settings.
.google.api.CommonLanguageSettings common = 1; -
getCommonOrBuilder
Some settings.
.google.api.CommonLanguageSettings common = 1;- Specified by:
getCommonOrBuilderin interfaceDotnetSettingsOrBuilder
-
getRenamedServicesCount
public int getRenamedServicesCount()Description copied from interface:DotnetSettingsOrBuilderMap 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:
getRenamedServicesCountin interfaceDotnetSettingsOrBuilder
-
containsRenamedServices
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:
containsRenamedServicesin interfaceDotnetSettingsOrBuilder
-
getRenamedServices
Deprecated.UsegetRenamedServicesMap()instead.- Specified by:
getRenamedServicesin interfaceDotnetSettingsOrBuilder
-
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:
getRenamedServicesMapin interfaceDotnetSettingsOrBuilder
-
getRenamedServicesOrDefault
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:
getRenamedServicesOrDefaultin interfaceDotnetSettingsOrBuilder
-
getRenamedServicesOrThrow
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:
getRenamedServicesOrThrowin interfaceDotnetSettingsOrBuilder
-
clearRenamedServices
-
removeRenamedServices
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.Use alternate mutation accessors instead. -
putRenamedServices
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
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:DotnetSettingsOrBuilderMap 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:
getRenamedResourcesCountin interfaceDotnetSettingsOrBuilder
-
containsRenamedResources
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:
containsRenamedResourcesin interfaceDotnetSettingsOrBuilder
-
getRenamedResources
Deprecated.UsegetRenamedResourcesMap()instead.- Specified by:
getRenamedResourcesin interfaceDotnetSettingsOrBuilder
-
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:
getRenamedResourcesMapin interfaceDotnetSettingsOrBuilder
-
getRenamedResourcesOrDefault
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:
getRenamedResourcesOrDefaultin interfaceDotnetSettingsOrBuilder
-
getRenamedResourcesOrThrow
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:
getRenamedResourcesOrThrowin interfaceDotnetSettingsOrBuilder
-
clearRenamedResources
-
removeRenamedResources
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.Use alternate mutation accessors instead. -
putRenamedResources
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
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:
getIgnoredResourcesListin interfaceDotnetSettingsOrBuilder- 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:
getIgnoredResourcesCountin interfaceDotnetSettingsOrBuilder- Returns:
- The count of ignoredResources.
-
getIgnoredResources
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:
getIgnoredResourcesin interfaceDotnetSettingsOrBuilder- 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:
getIgnoredResourcesBytesin interfaceDotnetSettingsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ignoredResources at the given index.
-
setIgnoredResources
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
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
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
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
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:
getForcedNamespaceAliasesListin interfaceDotnetSettingsOrBuilder- 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:
getForcedNamespaceAliasesCountin interfaceDotnetSettingsOrBuilder- Returns:
- The count of forcedNamespaceAliases.
-
getForcedNamespaceAliases
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:
getForcedNamespaceAliasesin interfaceDotnetSettingsOrBuilder- 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:
getForcedNamespaceAliasesBytesin interfaceDotnetSettingsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the forcedNamespaceAliases at the given index.
-
setForcedNamespaceAliases
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
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
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
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
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:
getHandwrittenSignaturesListin interfaceDotnetSettingsOrBuilder- 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:
getHandwrittenSignaturesCountin interfaceDotnetSettingsOrBuilder- Returns:
- The count of handwrittenSignatures.
-
getHandwrittenSignatures
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:
getHandwrittenSignaturesin interfaceDotnetSettingsOrBuilder- 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:
getHandwrittenSignaturesBytesin interfaceDotnetSettingsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the handwrittenSignatures at the given index.
-
setHandwrittenSignatures
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
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
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
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
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.
-