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 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.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 SchemaSchemaServiceClient. getSchema(GetSchemaRequest request)Gets a [Schema][google.cloud.discoveryengine.v1beta.Schema].default voidSchemaServiceGrpc.AsyncService. getSchema(GetSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)Gets a [Schema][google.cloud.discoveryengine.v1beta.Schema].SchemaSchemaServiceGrpc.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].voidSchemaServiceGrpc.SchemaServiceStub. getSchema(GetSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)Gets a [Schema][google.cloud.discoveryengine.v1beta.Schema].GetSchemaRequest.BuilderGetSchemaRequest.Builder. mergeFrom(GetSchemaRequest other)static GetSchemaRequest.BuilderGetSchemaRequest. 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.
-