Uses of Class
com.google.api.Backend
Packages that use Backend
-
Uses of Backend in com.google.api
Methods in com.google.api that return BackendModifier and TypeMethodDescriptionBackend.Builder.build()
Backend.Builder.buildPartial()
Service.Builder.getBackend()
API backend configuration.Service.getBackend()
API backend configuration.ServiceOrBuilder.getBackend()
API backend configuration.static Backend
Backend.getDefaultInstance()
Backend.Builder.getDefaultInstanceForType()
Backend.getDefaultInstanceForType()
static Backend
Backend.parseDelimitedFrom
(InputStream input) static Backend
Backend.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Backend
Backend.parseFrom
(byte[] data) static Backend
Backend.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Backend
Backend.parseFrom
(com.google.protobuf.ByteString data) static Backend
Backend.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Backend
Backend.parseFrom
(com.google.protobuf.CodedInputStream input) static Backend
Backend.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Backend
Backend.parseFrom
(InputStream input) static Backend
Backend.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Backend
Backend.parseFrom
(ByteBuffer data) static Backend
Backend.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type BackendModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Backend> Backend.getParserForType()
static com.google.protobuf.Parser
<Backend> Backend.parser()
Methods in com.google.api with parameters of type BackendModifier and TypeMethodDescriptionService.Builder.mergeBackend
(Backend value) API backend configuration.static Backend.Builder
Backend.newBuilder
(Backend prototype) Service.Builder.setBackend
(Backend value) API backend configuration.