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