Uses of Class
com.google.api.DotnetSettings
-
Packages that use DotnetSettings Package Description com.google.api -
-
Uses of DotnetSettings in com.google.api
Methods in com.google.api that return DotnetSettings Modifier and Type Method Description DotnetSettings
DotnetSettings.Builder. build()
DotnetSettings
DotnetSettings.Builder. buildPartial()
static DotnetSettings
DotnetSettings. getDefaultInstance()
DotnetSettings
DotnetSettings.Builder. getDefaultInstanceForType()
DotnetSettings
DotnetSettings. getDefaultInstanceForType()
DotnetSettings
ClientLibrarySettings.Builder. getDotnetSettings()
Settings for .NET client libraries.DotnetSettings
ClientLibrarySettings. getDotnetSettings()
Settings for .NET client libraries.DotnetSettings
ClientLibrarySettingsOrBuilder. getDotnetSettings()
Settings for .NET client libraries.static DotnetSettings
DotnetSettings. parseDelimitedFrom(java.io.InputStream input)
static DotnetSettings
DotnetSettings. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DotnetSettings
DotnetSettings. parseFrom(byte[] data)
static DotnetSettings
DotnetSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DotnetSettings
DotnetSettings. parseFrom(com.google.protobuf.ByteString data)
static DotnetSettings
DotnetSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DotnetSettings
DotnetSettings. parseFrom(com.google.protobuf.CodedInputStream input)
static DotnetSettings
DotnetSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DotnetSettings
DotnetSettings. parseFrom(java.io.InputStream input)
static DotnetSettings
DotnetSettings. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DotnetSettings
DotnetSettings. parseFrom(java.nio.ByteBuffer data)
static DotnetSettings
DotnetSettings. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type DotnetSettings Modifier and Type Method Description com.google.protobuf.Parser<DotnetSettings>
DotnetSettings. getParserForType()
static com.google.protobuf.Parser<DotnetSettings>
DotnetSettings. parser()
Methods in com.google.api with parameters of type DotnetSettings Modifier and Type Method Description ClientLibrarySettings.Builder
ClientLibrarySettings.Builder. mergeDotnetSettings(DotnetSettings value)
Settings for .NET client libraries.DotnetSettings.Builder
DotnetSettings.Builder. mergeFrom(DotnetSettings other)
static DotnetSettings.Builder
DotnetSettings. newBuilder(DotnetSettings prototype)
ClientLibrarySettings.Builder
ClientLibrarySettings.Builder. setDotnetSettings(DotnetSettings value)
Settings for .NET client libraries.
-