Package com.google.api
Class DotnetSettings
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.api.DotnetSettings
-
- All Implemented Interfaces:
DotnetSettingsOrBuilder
,com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
public final class DotnetSettings extends com.google.protobuf.GeneratedMessageV3 implements DotnetSettingsOrBuilder
Settings for Dotnet client libraries.
Protobuf typegoogle.api.DotnetSettings
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DotnetSettings.Builder
Settings for Dotnet client libraries.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionSerializer, com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMMON_FIELD_NUMBER
static int
FORCED_NAMESPACE_ALIASES_FIELD_NUMBER
static int
HANDWRITTEN_SIGNATURES_FIELD_NUMBER
static int
IGNORED_RESOURCES_FIELD_NUMBER
static int
RENAMED_RESOURCES_FIELD_NUMBER
static int
RENAMED_SERVICES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsRenamedResources(java.lang.String key)
Map from full resource types to the effective short name for the resource.boolean
containsRenamedServices(java.lang.String key)
Map from original service names to renamed versions.boolean
equals(java.lang.Object obj)
CommonLanguageSettings
getCommon()
Some settings.CommonLanguageSettingsOrBuilder
getCommonOrBuilder()
Some settings.static DotnetSettings
getDefaultInstance()
DotnetSettings
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
java.lang.String
getForcedNamespaceAliases(int index)
Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisioncom.google.protobuf.ByteString
getForcedNamespaceAliasesBytes(int index)
Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisionint
getForcedNamespaceAliasesCount()
Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisioncom.google.protobuf.ProtocolStringList
getForcedNamespaceAliasesList()
Namespaces which must be aliased in snippets due to a known (but non-generator-predictable) naming collisionjava.lang.String
getHandwrittenSignatures(int index)
Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.com.google.protobuf.ByteString
getHandwrittenSignaturesBytes(int index)
Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.int
getHandwrittenSignaturesCount()
Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.com.google.protobuf.ProtocolStringList
getHandwrittenSignaturesList()
Method signatures (in the form "service.method(signature)") which are provided separately, so shouldn't be generated.java.lang.String
getIgnoredResources(int index)
List of full resource types to ignore during generation.com.google.protobuf.ByteString
getIgnoredResourcesBytes(int index)
List of full resource types to ignore during generation.int
getIgnoredResourcesCount()
List of full resource types to ignore during generation.com.google.protobuf.ProtocolStringList
getIgnoredResourcesList()
List of full resource types to ignore during generation.com.google.protobuf.Parser<DotnetSettings>
getParserForType()
java.util.Map<java.lang.String,java.lang.String>
getRenamedResources()
Deprecated.int
getRenamedResourcesCount()
Map from full resource types to the effective short name for the resource.java.util.Map<java.lang.String,java.lang.String>
getRenamedResourcesMap()
Map from full resource types to the effective short name for the resource.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.java.lang.String
getRenamedResourcesOrThrow(java.lang.String key)
Map from full resource types to the effective short name for the resource.java.util.Map<java.lang.String,java.lang.String>
getRenamedServices()
Deprecated.int
getRenamedServicesCount()
Map from original service names to renamed versions.java.util.Map<java.lang.String,java.lang.String>
getRenamedServicesMap()
Map from original service names to renamed versions.java.lang.String
getRenamedServicesOrDefault(java.lang.String key, java.lang.String defaultValue)
Map from original service names to renamed versions.java.lang.String
getRenamedServicesOrThrow(java.lang.String key)
Map from original service names to renamed versions.int
getSerializedSize()
boolean
hasCommon()
Some settings.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapFieldReflectionAccessor
internalGetMapFieldReflection(int number)
boolean
isInitialized()
static DotnetSettings.Builder
newBuilder()
static DotnetSettings.Builder
newBuilder(DotnetSettings prototype)
DotnetSettings.Builder
newBuilderForType()
protected DotnetSettings.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static DotnetSettings
parseDelimitedFrom(java.io.InputStream input)
static DotnetSettings
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DotnetSettings
parseFrom(byte[] data)
static DotnetSettings
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DotnetSettings
parseFrom(com.google.protobuf.ByteString data)
static DotnetSettings
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DotnetSettings
parseFrom(com.google.protobuf.CodedInputStream input)
static DotnetSettings
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DotnetSettings
parseFrom(java.io.InputStream input)
static DotnetSettings
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DotnetSettings
parseFrom(java.nio.ByteBuffer data)
static DotnetSettings
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<DotnetSettings>
parser()
DotnetSettings.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType
-
Methods inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, newExtensionSerializer, newExtensionWriter, newMessageSetExtensionSerializer, newMessageSetExtensionWriter
-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getDescriptorForType, getOneofFieldDescriptor, getUnknownFields, hasOneof, internalGetMapField, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
COMMON_FIELD_NUMBER
public static final int COMMON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RENAMED_SERVICES_FIELD_NUMBER
public static final int RENAMED_SERVICES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RENAMED_RESOURCES_FIELD_NUMBER
public static final int RENAMED_RESOURCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IGNORED_RESOURCES_FIELD_NUMBER
public static final int IGNORED_RESOURCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FORCED_NAMESPACE_ALIASES_FIELD_NUMBER
public static final int FORCED_NAMESPACE_ALIASES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HANDWRITTEN_SIGNATURES_FIELD_NUMBER
public static final int HANDWRITTEN_SIGNATURES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
- Overrides:
internalGetMapFieldReflection
in classcom.google.protobuf.GeneratedMessage
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Overrides:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasCommon
public boolean hasCommon()
Some settings.
.google.api.CommonLanguageSettings common = 1;
- Specified by:
hasCommon
in interfaceDotnetSettingsOrBuilder
- Returns:
- Whether the common field is set.
-
getCommon
public CommonLanguageSettings getCommon()
Some settings.
.google.api.CommonLanguageSettings common = 1;
- Specified by:
getCommon
in interfaceDotnetSettingsOrBuilder
- Returns:
- The common.
-
getCommonOrBuilder
public CommonLanguageSettingsOrBuilder getCommonOrBuilder()
Some settings.
.google.api.CommonLanguageSettings common = 1;
- Specified by:
getCommonOrBuilder
in interfaceDotnetSettingsOrBuilder
-
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 interfaceDotnetSettingsOrBuilder
-
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 interfaceDotnetSettingsOrBuilder
-
getRenamedServices
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getRenamedServices()
Deprecated.UsegetRenamedServicesMap()
instead.- Specified by:
getRenamedServices
in interfaceDotnetSettingsOrBuilder
-
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 interfaceDotnetSettingsOrBuilder
-
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 interfaceDotnetSettingsOrBuilder
-
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 interfaceDotnetSettingsOrBuilder
-
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 interfaceDotnetSettingsOrBuilder
-
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 interfaceDotnetSettingsOrBuilder
-
getRenamedResources
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getRenamedResources()
Deprecated.UsegetRenamedResourcesMap()
instead.- Specified by:
getRenamedResources
in interfaceDotnetSettingsOrBuilder
-
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 interfaceDotnetSettingsOrBuilder
-
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 interfaceDotnetSettingsOrBuilder
-
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 interfaceDotnetSettingsOrBuilder
-
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 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:
getIgnoredResourcesCount
in interfaceDotnetSettingsOrBuilder
- 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 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:
getIgnoredResourcesBytes
in interfaceDotnetSettingsOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the ignoredResources at the given index.
-
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 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:
getForcedNamespaceAliasesCount
in interfaceDotnetSettingsOrBuilder
- 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 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:
getForcedNamespaceAliasesBytes
in interfaceDotnetSettingsOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the forcedNamespaceAliases at the given index.
-
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 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:
getHandwrittenSignaturesCount
in interfaceDotnetSettingsOrBuilder
- 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 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:
getHandwrittenSignaturesBytes
in interfaceDotnetSettingsOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the handwrittenSignatures at the given index.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DotnetSettings parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DotnetSettings parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DotnetSettings parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DotnetSettings parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DotnetSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DotnetSettings parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DotnetSettings parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DotnetSettings parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DotnetSettings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DotnetSettings parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DotnetSettings parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DotnetSettings parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public DotnetSettings.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static DotnetSettings.Builder newBuilder()
-
newBuilder
public static DotnetSettings.Builder newBuilder(DotnetSettings prototype)
-
toBuilder
public DotnetSettings.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DotnetSettings.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static DotnetSettings getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DotnetSettings> parser()
-
getParserForType
public com.google.protobuf.Parser<DotnetSettings> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public DotnetSettings getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-