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