Uses of Class
com.google.cloud.aiplatform.v1beta1.CreateEndpointRequest
-
Packages that use CreateEndpointRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CreateEndpointRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CreateEndpointRequest Modifier and Type Method Description CreateEndpointRequest
CreateEndpointRequest.Builder. build()
CreateEndpointRequest
CreateEndpointRequest.Builder. buildPartial()
static CreateEndpointRequest
CreateEndpointRequest. getDefaultInstance()
CreateEndpointRequest
CreateEndpointRequest.Builder. getDefaultInstanceForType()
CreateEndpointRequest
CreateEndpointRequest. getDefaultInstanceForType()
static CreateEndpointRequest
CreateEndpointRequest. parseDelimitedFrom(InputStream input)
static CreateEndpointRequest
CreateEndpointRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(byte[] data)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(InputStream input)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(ByteBuffer data)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CreateEndpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEndpointRequest,com.google.longrunning.Operation>
EndpointServiceClient. createEndpointCallable()
Creates an Endpoint.com.google.api.gax.rpc.OperationCallable<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata>
EndpointServiceClient. createEndpointOperationCallable()
Creates an Endpoint.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata>
EndpointServiceSettings.Builder. createEndpointOperationSettings()
Returns the builder for the settings used for calls to createEndpoint.com.google.api.gax.rpc.OperationCallSettings<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata>
EndpointServiceSettings. createEndpointOperationSettings()
Returns the object with the settings used for calls to createEndpoint.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEndpointRequest,com.google.longrunning.Operation>
EndpointServiceSettings.Builder. createEndpointSettings()
Returns the builder for the settings used for calls to createEndpoint.com.google.api.gax.rpc.UnaryCallSettings<CreateEndpointRequest,com.google.longrunning.Operation>
EndpointServiceSettings. createEndpointSettings()
Returns the object with the settings used for calls to createEndpoint.static io.grpc.MethodDescriptor<CreateEndpointRequest,com.google.longrunning.Operation>
EndpointServiceGrpc. getCreateEndpointMethod()
com.google.protobuf.Parser<CreateEndpointRequest>
CreateEndpointRequest. getParserForType()
static com.google.protobuf.Parser<CreateEndpointRequest>
CreateEndpointRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CreateEndpointRequest Modifier and Type Method Description default void
EndpointServiceGrpc.AsyncService. createEndpoint(CreateEndpointRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates an Endpoint.com.google.longrunning.Operation
EndpointServiceGrpc.EndpointServiceBlockingStub. createEndpoint(CreateEndpointRequest request)
Creates an Endpoint.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
EndpointServiceGrpc.EndpointServiceFutureStub. createEndpoint(CreateEndpointRequest request)
Creates an Endpoint.void
EndpointServiceGrpc.EndpointServiceStub. createEndpoint(CreateEndpointRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates an Endpoint.com.google.api.gax.longrunning.OperationFuture<Endpoint,CreateEndpointOperationMetadata>
EndpointServiceClient. createEndpointAsync(CreateEndpointRequest request)
Creates an Endpoint.CreateEndpointRequest.Builder
CreateEndpointRequest.Builder. mergeFrom(CreateEndpointRequest other)
static CreateEndpointRequest.Builder
CreateEndpointRequest. newBuilder(CreateEndpointRequest prototype)
-
Uses of CreateEndpointRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type CreateEndpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEndpointRequest,com.google.longrunning.Operation>
EndpointServiceStub. createEndpointCallable()
com.google.api.gax.rpc.UnaryCallable<CreateEndpointRequest,com.google.longrunning.Operation>
GrpcEndpointServiceStub. createEndpointCallable()
com.google.api.gax.rpc.OperationCallable<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata>
EndpointServiceStub. createEndpointOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata>
GrpcEndpointServiceStub. createEndpointOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata>
EndpointServiceStubSettings.Builder. createEndpointOperationSettings()
Returns the builder for the settings used for calls to createEndpoint.com.google.api.gax.rpc.OperationCallSettings<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata>
EndpointServiceStubSettings. createEndpointOperationSettings()
Returns the object with the settings used for calls to createEndpoint.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEndpointRequest,com.google.longrunning.Operation>
EndpointServiceStubSettings.Builder. createEndpointSettings()
Returns the builder for the settings used for calls to createEndpoint.com.google.api.gax.rpc.UnaryCallSettings<CreateEndpointRequest,com.google.longrunning.Operation>
EndpointServiceStubSettings. createEndpointSettings()
Returns the object with the settings used for calls to createEndpoint.
-