Uses of Class
com.google.cloud.aiplatform.v1.GetMetadataSchemaRequest
-
Packages that use GetMetadataSchemaRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of GetMetadataSchemaRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GetMetadataSchemaRequest Modifier and Type Method Description GetMetadataSchemaRequestGetMetadataSchemaRequest.Builder. build()GetMetadataSchemaRequestGetMetadataSchemaRequest.Builder. buildPartial()static GetMetadataSchemaRequestGetMetadataSchemaRequest. getDefaultInstance()GetMetadataSchemaRequestGetMetadataSchemaRequest.Builder. getDefaultInstanceForType()GetMetadataSchemaRequestGetMetadataSchemaRequest. getDefaultInstanceForType()static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseDelimitedFrom(InputStream input)static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseFrom(byte[] data)static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseFrom(com.google.protobuf.ByteString data)static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseFrom(InputStream input)static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseFrom(ByteBuffer data)static GetMetadataSchemaRequestGetMetadataSchemaRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type GetMetadataSchemaRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMetadataSchemaRequest,MetadataSchema>MetadataServiceGrpc. getGetMetadataSchemaMethod()com.google.api.gax.rpc.UnaryCallable<GetMetadataSchemaRequest,MetadataSchema>MetadataServiceClient. getMetadataSchemaCallable()Retrieves a specific MetadataSchema.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetadataSchemaRequest,MetadataSchema>MetadataServiceSettings.Builder. getMetadataSchemaSettings()Returns the builder for the settings used for calls to getMetadataSchema.com.google.api.gax.rpc.UnaryCallSettings<GetMetadataSchemaRequest,MetadataSchema>MetadataServiceSettings. getMetadataSchemaSettings()Returns the object with the settings used for calls to getMetadataSchema.com.google.protobuf.Parser<GetMetadataSchemaRequest>GetMetadataSchemaRequest. getParserForType()static com.google.protobuf.Parser<GetMetadataSchemaRequest>GetMetadataSchemaRequest. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type GetMetadataSchemaRequest Modifier and Type Method Description MetadataSchemaMetadataServiceClient. getMetadataSchema(GetMetadataSchemaRequest request)Retrieves a specific MetadataSchema.default voidMetadataServiceGrpc.AsyncService. getMetadataSchema(GetMetadataSchemaRequest request, io.grpc.stub.StreamObserver<MetadataSchema> responseObserver)Retrieves a specific MetadataSchema.MetadataSchemaMetadataServiceGrpc.MetadataServiceBlockingStub. getMetadataSchema(GetMetadataSchemaRequest request)Retrieves a specific MetadataSchema.com.google.common.util.concurrent.ListenableFuture<MetadataSchema>MetadataServiceGrpc.MetadataServiceFutureStub. getMetadataSchema(GetMetadataSchemaRequest request)Retrieves a specific MetadataSchema.voidMetadataServiceGrpc.MetadataServiceStub. getMetadataSchema(GetMetadataSchemaRequest request, io.grpc.stub.StreamObserver<MetadataSchema> responseObserver)Retrieves a specific MetadataSchema.GetMetadataSchemaRequest.BuilderGetMetadataSchemaRequest.Builder. mergeFrom(GetMetadataSchemaRequest other)static GetMetadataSchemaRequest.BuilderGetMetadataSchemaRequest. newBuilder(GetMetadataSchemaRequest prototype) -
Uses of GetMetadataSchemaRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type GetMetadataSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetMetadataSchemaRequest,MetadataSchema>GrpcMetadataServiceStub. getMetadataSchemaCallable()com.google.api.gax.rpc.UnaryCallable<GetMetadataSchemaRequest,MetadataSchema>MetadataServiceStub. getMetadataSchemaCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetadataSchemaRequest,MetadataSchema>MetadataServiceStubSettings.Builder. getMetadataSchemaSettings()Returns the builder for the settings used for calls to getMetadataSchema.com.google.api.gax.rpc.UnaryCallSettings<GetMetadataSchemaRequest,MetadataSchema>MetadataServiceStubSettings. getMetadataSchemaSettings()Returns the object with the settings used for calls to getMetadataSchema.
-