Uses of Class
com.google.cloud.aiplatform.v1.AddContextArtifactsAndExecutionsResponse
-
Packages that use AddContextArtifactsAndExecutionsResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of AddContextArtifactsAndExecutionsResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return AddContextArtifactsAndExecutionsResponse Modifier and Type Method Description AddContextArtifactsAndExecutionsResponse
MetadataServiceClient. addContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request)
Adds a set of Artifacts and Executions to a Context.AddContextArtifactsAndExecutionsResponse
MetadataServiceClient. addContextArtifactsAndExecutions(ContextName context, List<String> artifacts, List<String> executions)
Adds a set of Artifacts and Executions to a Context.AddContextArtifactsAndExecutionsResponse
MetadataServiceClient. addContextArtifactsAndExecutions(String context, List<String> artifacts, List<String> executions)
Adds a set of Artifacts and Executions to a Context.AddContextArtifactsAndExecutionsResponse
MetadataServiceGrpc.MetadataServiceBlockingStub. addContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request)
Adds a set of Artifacts and Executions to a Context.AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse.Builder. build()
AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse.Builder. buildPartial()
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. getDefaultInstance()
AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse.Builder. getDefaultInstanceForType()
AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. getDefaultInstanceForType()
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseDelimitedFrom(InputStream input)
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseFrom(byte[] data)
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseFrom(com.google.protobuf.ByteString data)
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseFrom(InputStream input)
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseFrom(ByteBuffer data)
static AddContextArtifactsAndExecutionsResponse
AddContextArtifactsAndExecutionsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type AddContextArtifactsAndExecutionsResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AddContextArtifactsAndExecutionsResponse>
MetadataServiceGrpc.MetadataServiceFutureStub. addContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request)
Adds a set of Artifacts and Executions to a Context.com.google.api.gax.rpc.UnaryCallable<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse>
MetadataServiceClient. addContextArtifactsAndExecutionsCallable()
Adds a set of Artifacts and Executions to a Context.com.google.api.gax.rpc.UnaryCallSettings<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse>
MetadataServiceSettings. addContextArtifactsAndExecutionsSettings()
Returns the object with the settings used for calls to addContextArtifactsAndExecutions.com.google.api.gax.rpc.UnaryCallSettings.Builder<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse>
MetadataServiceSettings.Builder. addContextArtifactsAndExecutionsSettings()
Returns the builder for the settings used for calls to addContextArtifactsAndExecutions.static io.grpc.MethodDescriptor<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse>
MetadataServiceGrpc. getAddContextArtifactsAndExecutionsMethod()
com.google.protobuf.Parser<AddContextArtifactsAndExecutionsResponse>
AddContextArtifactsAndExecutionsResponse. getParserForType()
static com.google.protobuf.Parser<AddContextArtifactsAndExecutionsResponse>
AddContextArtifactsAndExecutionsResponse. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type AddContextArtifactsAndExecutionsResponse Modifier and Type Method Description AddContextArtifactsAndExecutionsResponse.Builder
AddContextArtifactsAndExecutionsResponse.Builder. mergeFrom(AddContextArtifactsAndExecutionsResponse other)
static AddContextArtifactsAndExecutionsResponse.Builder
AddContextArtifactsAndExecutionsResponse. newBuilder(AddContextArtifactsAndExecutionsResponse prototype)
Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type AddContextArtifactsAndExecutionsResponse Modifier and Type Method Description default void
MetadataServiceGrpc.AsyncService. addContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request, io.grpc.stub.StreamObserver<AddContextArtifactsAndExecutionsResponse> responseObserver)
Adds a set of Artifacts and Executions to a Context.void
MetadataServiceGrpc.MetadataServiceStub. addContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request, io.grpc.stub.StreamObserver<AddContextArtifactsAndExecutionsResponse> responseObserver)
Adds a set of Artifacts and Executions to a Context. -
Uses of AddContextArtifactsAndExecutionsResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type AddContextArtifactsAndExecutionsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse>
GrpcMetadataServiceStub. addContextArtifactsAndExecutionsCallable()
com.google.api.gax.rpc.UnaryCallable<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse>
MetadataServiceStub. addContextArtifactsAndExecutionsCallable()
com.google.api.gax.rpc.UnaryCallSettings<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse>
MetadataServiceStubSettings. addContextArtifactsAndExecutionsSettings()
Returns the object with the settings used for calls to addContextArtifactsAndExecutions.com.google.api.gax.rpc.UnaryCallSettings.Builder<AddContextArtifactsAndExecutionsRequest,AddContextArtifactsAndExecutionsResponse>
MetadataServiceStubSettings.Builder. addContextArtifactsAndExecutionsSettings()
Returns the builder for the settings used for calls to addContextArtifactsAndExecutions.
-