Uses of Class
com.google.cloud.discoveryengine.v1.UpdateSchemaMetadata
-
Packages that use UpdateSchemaMetadata Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine APIcom.google.cloud.discoveryengine.v1.stub -
-
Uses of UpdateSchemaMetadata in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return UpdateSchemaMetadata Modifier and Type Method Description UpdateSchemaMetadata
UpdateSchemaMetadata.Builder. build()
UpdateSchemaMetadata
UpdateSchemaMetadata.Builder. buildPartial()
static UpdateSchemaMetadata
UpdateSchemaMetadata. getDefaultInstance()
UpdateSchemaMetadata
UpdateSchemaMetadata.Builder. getDefaultInstanceForType()
UpdateSchemaMetadata
UpdateSchemaMetadata. getDefaultInstanceForType()
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseDelimitedFrom(InputStream input)
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseFrom(byte[] data)
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseFrom(com.google.protobuf.ByteString data)
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseFrom(InputStream input)
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseFrom(ByteBuffer data)
static UpdateSchemaMetadata
UpdateSchemaMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type UpdateSchemaMetadata Modifier and Type Method Description com.google.protobuf.Parser<UpdateSchemaMetadata>
UpdateSchemaMetadata. getParserForType()
static com.google.protobuf.Parser<UpdateSchemaMetadata>
UpdateSchemaMetadata. parser()
com.google.api.gax.longrunning.OperationFuture<Schema,UpdateSchemaMetadata>
SchemaServiceClient. updateSchemaAsync(UpdateSchemaRequest request)
Updates a [Schema][google.cloud.discoveryengine.v1.Schema].com.google.api.gax.rpc.OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceClient. updateSchemaOperationCallable()
Updates a [Schema][google.cloud.discoveryengine.v1.Schema].com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceSettings.Builder. updateSchemaOperationSettings()
Returns the builder for the settings used for calls to updateSchema.com.google.api.gax.rpc.OperationCallSettings<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceSettings. updateSchemaOperationSettings()
Returns the object with the settings used for calls to updateSchema.Methods in com.google.cloud.discoveryengine.v1 with parameters of type UpdateSchemaMetadata Modifier and Type Method Description UpdateSchemaMetadata.Builder
UpdateSchemaMetadata.Builder. mergeFrom(UpdateSchemaMetadata other)
static UpdateSchemaMetadata.Builder
UpdateSchemaMetadata. newBuilder(UpdateSchemaMetadata prototype)
-
Uses of UpdateSchemaMetadata in com.google.cloud.discoveryengine.v1.stub
Methods in com.google.cloud.discoveryengine.v1.stub that return types with arguments of type UpdateSchemaMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
GrpcSchemaServiceStub. updateSchemaOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
HttpJsonSchemaServiceStub. updateSchemaOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceStub. updateSchemaOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceStubSettings.Builder. updateSchemaOperationSettings()
Returns the builder for the settings used for calls to updateSchema.com.google.api.gax.rpc.OperationCallSettings<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceStubSettings. updateSchemaOperationSettings()
Returns the object with the settings used for calls to updateSchema.
-