Uses of Class
com.google.cloud.aiplatform.v1.CreateEndpointOperationMetadata
-
Packages that use CreateEndpointOperationMetadata Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of CreateEndpointOperationMetadata in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CreateEndpointOperationMetadata Modifier and Type Method Description CreateEndpointOperationMetadata
CreateEndpointOperationMetadata.Builder. build()
CreateEndpointOperationMetadata
CreateEndpointOperationMetadata.Builder. buildPartial()
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. getDefaultInstance()
CreateEndpointOperationMetadata
CreateEndpointOperationMetadata.Builder. getDefaultInstanceForType()
CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. getDefaultInstanceForType()
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseDelimitedFrom(InputStream input)
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseFrom(byte[] data)
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseFrom(com.google.protobuf.ByteString data)
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseFrom(InputStream input)
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseFrom(ByteBuffer data)
static CreateEndpointOperationMetadata
CreateEndpointOperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CreateEndpointOperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Endpoint,CreateEndpointOperationMetadata>
EndpointServiceClient. createEndpointAsync(CreateEndpointRequest request)
Creates an Endpoint.com.google.api.gax.longrunning.OperationFuture<Endpoint,CreateEndpointOperationMetadata>
EndpointServiceClient. createEndpointAsync(LocationName parent, Endpoint endpoint)
Creates an Endpoint.com.google.api.gax.longrunning.OperationFuture<Endpoint,CreateEndpointOperationMetadata>
EndpointServiceClient. createEndpointAsync(LocationName parent, Endpoint endpoint, String endpointId)
Creates an Endpoint.com.google.api.gax.longrunning.OperationFuture<Endpoint,CreateEndpointOperationMetadata>
EndpointServiceClient. createEndpointAsync(String parent, Endpoint endpoint)
Creates an Endpoint.com.google.api.gax.longrunning.OperationFuture<Endpoint,CreateEndpointOperationMetadata>
EndpointServiceClient. createEndpointAsync(String parent, Endpoint endpoint, String endpointId)
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.protobuf.Parser<CreateEndpointOperationMetadata>
CreateEndpointOperationMetadata. getParserForType()
static com.google.protobuf.Parser<CreateEndpointOperationMetadata>
CreateEndpointOperationMetadata. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type CreateEndpointOperationMetadata Modifier and Type Method Description CreateEndpointOperationMetadata.Builder
CreateEndpointOperationMetadata.Builder. mergeFrom(CreateEndpointOperationMetadata other)
static CreateEndpointOperationMetadata.Builder
CreateEndpointOperationMetadata. newBuilder(CreateEndpointOperationMetadata prototype)
-
Uses of CreateEndpointOperationMetadata in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type CreateEndpointOperationMetadata Modifier and Type Method Description 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.
-