Uses of Class
com.google.cloud.discoveryengine.v1beta.GetSchemaRequest
-
Packages that use GetSchemaRequest Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine APIcom.google.cloud.discoveryengine.v1beta.stub -
-
Uses of GetSchemaRequest in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta that return GetSchemaRequest Modifier and Type Method Description GetSchemaRequest
GetSchemaRequest.Builder. build()
GetSchemaRequest
GetSchemaRequest.Builder. buildPartial()
static GetSchemaRequest
GetSchemaRequest. getDefaultInstance()
GetSchemaRequest
GetSchemaRequest.Builder. getDefaultInstanceForType()
GetSchemaRequest
GetSchemaRequest. getDefaultInstanceForType()
static GetSchemaRequest
GetSchemaRequest. parseDelimitedFrom(InputStream input)
static GetSchemaRequest
GetSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSchemaRequest
GetSchemaRequest. parseFrom(byte[] data)
static GetSchemaRequest
GetSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSchemaRequest
GetSchemaRequest. parseFrom(com.google.protobuf.ByteString data)
static GetSchemaRequest
GetSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSchemaRequest
GetSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetSchemaRequest
GetSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSchemaRequest
GetSchemaRequest. parseFrom(InputStream input)
static GetSchemaRequest
GetSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSchemaRequest
GetSchemaRequest. parseFrom(ByteBuffer data)
static GetSchemaRequest
GetSchemaRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1beta 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()
com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema>
SchemaServiceClient. getSchemaCallable()
Gets a [Schema][google.cloud.discoveryengine.v1beta.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.static com.google.protobuf.Parser<GetSchemaRequest>
GetSchemaRequest. parser()
Methods in com.google.cloud.discoveryengine.v1beta with parameters of type GetSchemaRequest Modifier and Type Method Description Schema
SchemaServiceClient. getSchema(GetSchemaRequest request)
Gets a [Schema][google.cloud.discoveryengine.v1beta.Schema].default void
SchemaServiceGrpc.AsyncService. getSchema(GetSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Gets a [Schema][google.cloud.discoveryengine.v1beta.Schema].Schema
SchemaServiceGrpc.SchemaServiceBlockingStub. getSchema(GetSchemaRequest request)
Gets a [Schema][google.cloud.discoveryengine.v1beta.Schema].com.google.common.util.concurrent.ListenableFuture<Schema>
SchemaServiceGrpc.SchemaServiceFutureStub. getSchema(GetSchemaRequest request)
Gets a [Schema][google.cloud.discoveryengine.v1beta.Schema].void
SchemaServiceGrpc.SchemaServiceStub. getSchema(GetSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Gets a [Schema][google.cloud.discoveryengine.v1beta.Schema].GetSchemaRequest.Builder
GetSchemaRequest.Builder. mergeFrom(GetSchemaRequest other)
static GetSchemaRequest.Builder
GetSchemaRequest. newBuilder(GetSchemaRequest prototype)
-
Uses of GetSchemaRequest in com.google.cloud.discoveryengine.v1beta.stub
Methods in com.google.cloud.discoveryengine.v1beta.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.
-