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 BackendBackend.getDefaultInstance()Backend.Builder.getDefaultInstanceForType()Backend.getDefaultInstanceForType()static BackendBackend.parseDelimitedFrom(InputStream input) static BackendBackend.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackendBackend.parseFrom(byte[] data) static BackendBackend.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackendBackend.parseFrom(com.google.protobuf.ByteString data) static BackendBackend.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackendBackend.parseFrom(com.google.protobuf.CodedInputStream input) static BackendBackend.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackendBackend.parseFrom(InputStream input) static BackendBackend.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackendBackend.parseFrom(ByteBuffer data) static BackendBackend.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.BuilderBackend.newBuilder(Backend prototype) Service.Builder.setBackend(Backend value) API backend configuration.