Uses of Class
com.google.cloud.aiplatform.v1beta1.GetMetadataSchemaRequest
-
Packages that use GetMetadataSchemaRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of GetMetadataSchemaRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return GetMetadataSchemaRequest Modifier and Type Method Description GetMetadataSchemaRequest
GetMetadataSchemaRequest.Builder. build()
GetMetadataSchemaRequest
GetMetadataSchemaRequest.Builder. buildPartial()
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. getDefaultInstance()
GetMetadataSchemaRequest
GetMetadataSchemaRequest.Builder. getDefaultInstanceForType()
GetMetadataSchemaRequest
GetMetadataSchemaRequest. getDefaultInstanceForType()
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseDelimitedFrom(InputStream input)
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseFrom(byte[] data)
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseFrom(com.google.protobuf.ByteString data)
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseFrom(InputStream input)
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseFrom(ByteBuffer data)
static GetMetadataSchemaRequest
GetMetadataSchemaRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 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.v1beta1 with parameters of type GetMetadataSchemaRequest Modifier and Type Method Description MetadataSchema
MetadataServiceClient. getMetadataSchema(GetMetadataSchemaRequest request)
Retrieves a specific MetadataSchema.default void
MetadataServiceGrpc.AsyncService. getMetadataSchema(GetMetadataSchemaRequest request, io.grpc.stub.StreamObserver<MetadataSchema> responseObserver)
Retrieves a specific MetadataSchema.MetadataSchema
MetadataServiceGrpc.MetadataServiceBlockingStub. getMetadataSchema(GetMetadataSchemaRequest request)
Retrieves a specific MetadataSchema.com.google.common.util.concurrent.ListenableFuture<MetadataSchema>
MetadataServiceGrpc.MetadataServiceFutureStub. getMetadataSchema(GetMetadataSchemaRequest request)
Retrieves a specific MetadataSchema.void
MetadataServiceGrpc.MetadataServiceStub. getMetadataSchema(GetMetadataSchemaRequest request, io.grpc.stub.StreamObserver<MetadataSchema> responseObserver)
Retrieves a specific MetadataSchema.GetMetadataSchemaRequest.Builder
GetMetadataSchemaRequest.Builder. mergeFrom(GetMetadataSchemaRequest other)
static GetMetadataSchemaRequest.Builder
GetMetadataSchemaRequest. newBuilder(GetMetadataSchemaRequest prototype)
-
Uses of GetMetadataSchemaRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.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.
-