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