Uses of Class
com.google.api.CppSettings
Packages that use CppSettings
-
Uses of CppSettings in com.google.api
Methods in com.google.api that return CppSettingsModifier and TypeMethodDescriptionCppSettings.Builder.build()
CppSettings.Builder.buildPartial()
ClientLibrarySettings.Builder.getCppSettings()
Settings for C++ client libraries.ClientLibrarySettings.getCppSettings()
Settings for C++ client libraries.ClientLibrarySettingsOrBuilder.getCppSettings()
Settings for C++ client libraries.static CppSettings
CppSettings.getDefaultInstance()
CppSettings.Builder.getDefaultInstanceForType()
CppSettings.getDefaultInstanceForType()
static CppSettings
CppSettings.parseDelimitedFrom
(InputStream input) static CppSettings
CppSettings.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CppSettings
CppSettings.parseFrom
(byte[] data) static CppSettings
CppSettings.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CppSettings
CppSettings.parseFrom
(com.google.protobuf.ByteString data) static CppSettings
CppSettings.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CppSettings
CppSettings.parseFrom
(com.google.protobuf.CodedInputStream input) static CppSettings
CppSettings.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CppSettings
CppSettings.parseFrom
(InputStream input) static CppSettings
CppSettings.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CppSettings
CppSettings.parseFrom
(ByteBuffer data) static CppSettings
CppSettings.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type CppSettingsModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<CppSettings> CppSettings.getParserForType()
static com.google.protobuf.Parser
<CppSettings> CppSettings.parser()
Methods in com.google.api with parameters of type CppSettingsModifier and TypeMethodDescriptionClientLibrarySettings.Builder.mergeCppSettings
(CppSettings value) Settings for C++ client libraries.CppSettings.Builder.mergeFrom
(CppSettings other) static CppSettings.Builder
CppSettings.newBuilder
(CppSettings prototype) ClientLibrarySettings.Builder.setCppSettings
(CppSettings value) Settings for C++ client libraries.