Uses of Class
com.google.pubsub.v1.GetSchemaRequest
-
Packages that use GetSchemaRequest Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub com.google.pubsub.v1 -
-
Uses of GetSchemaRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type GetSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema>SchemaServiceClient. getSchemaCallable()Gets a schema.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSchemaRequest,Schema>SchemaServiceSettings.Builder. getSchemaSettings()Returns the builder for the settings used for calls to getSchema.com.google.api.gax.rpc.UnaryCallSettings<GetSchemaRequest,Schema>SchemaServiceSettings. getSchemaSettings()Returns the object with the settings used for calls to getSchema.Methods in com.google.cloud.pubsub.v1 with parameters of type GetSchemaRequest Modifier and Type Method Description SchemaSchemaServiceClient. getSchema(GetSchemaRequest request)Gets a schema. -
Uses of GetSchemaRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type GetSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema>GrpcSchemaServiceStub. getSchemaCallable()com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema>HttpJsonSchemaServiceStub. getSchemaCallable()com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema>SchemaServiceStub. getSchemaCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSchemaRequest,Schema>SchemaServiceStubSettings.Builder. getSchemaSettings()Returns the builder for the settings used for calls to getSchema.com.google.api.gax.rpc.UnaryCallSettings<GetSchemaRequest,Schema>SchemaServiceStubSettings. getSchemaSettings()Returns the object with the settings used for calls to getSchema. -
Uses of GetSchemaRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return GetSchemaRequest Modifier and Type Method Description GetSchemaRequestGetSchemaRequest.Builder. build()GetSchemaRequestGetSchemaRequest.Builder. buildPartial()static GetSchemaRequestGetSchemaRequest. getDefaultInstance()GetSchemaRequestGetSchemaRequest.Builder. getDefaultInstanceForType()GetSchemaRequestGetSchemaRequest. getDefaultInstanceForType()static GetSchemaRequestGetSchemaRequest. parseDelimitedFrom(InputStream input)static GetSchemaRequestGetSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSchemaRequestGetSchemaRequest. parseFrom(byte[] data)static GetSchemaRequestGetSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSchemaRequestGetSchemaRequest. parseFrom(com.google.protobuf.ByteString data)static GetSchemaRequestGetSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSchemaRequestGetSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetSchemaRequestGetSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSchemaRequestGetSchemaRequest. parseFrom(InputStream input)static GetSchemaRequestGetSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSchemaRequestGetSchemaRequest. parseFrom(ByteBuffer data)static GetSchemaRequestGetSchemaRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.pubsub.v1 that return types with arguments of type GetSchemaRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSchemaRequest,Schema>SchemaServiceGrpc. getGetSchemaMethod()com.google.protobuf.Parser<GetSchemaRequest>GetSchemaRequest. getParserForType()static com.google.protobuf.Parser<GetSchemaRequest>GetSchemaRequest. parser()Methods in com.google.pubsub.v1 with parameters of type GetSchemaRequest Modifier and Type Method Description default voidSchemaServiceGrpc.AsyncService. getSchema(GetSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)Gets a schema.SchemaSchemaServiceGrpc.SchemaServiceBlockingStub. getSchema(GetSchemaRequest request)Gets a schema.com.google.common.util.concurrent.ListenableFuture<Schema>SchemaServiceGrpc.SchemaServiceFutureStub. getSchema(GetSchemaRequest request)Gets a schema.voidSchemaServiceGrpc.SchemaServiceStub. getSchema(GetSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)Gets a schema.GetSchemaRequest.BuilderGetSchemaRequest.Builder. mergeFrom(GetSchemaRequest other)static GetSchemaRequest.BuilderGetSchemaRequest. newBuilder(GetSchemaRequest prototype)
-