Uses of Class
com.google.cloud.ids.v1.GetEndpointRequest
-
Packages that use GetEndpointRequest Package Description com.google.cloud.ids.v1 A client to Cloud IDS APIcom.google.cloud.ids.v1.stub -
-
Uses of GetEndpointRequest in com.google.cloud.ids.v1
Methods in com.google.cloud.ids.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.ids.v1 that return types with arguments of type GetEndpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEndpointRequest,Endpoint>
IDSClient. getEndpointCallable()
Gets details of a single Endpoint.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEndpointRequest,Endpoint>
IDSSettings.Builder. getEndpointSettings()
Returns the builder for the settings used for calls to getEndpoint.com.google.api.gax.rpc.UnaryCallSettings<GetEndpointRequest,Endpoint>
IDSSettings. getEndpointSettings()
Returns the object with the settings used for calls to getEndpoint.static io.grpc.MethodDescriptor<GetEndpointRequest,Endpoint>
IDSGrpc. getGetEndpointMethod()
com.google.protobuf.Parser<GetEndpointRequest>
GetEndpointRequest. getParserForType()
static com.google.protobuf.Parser<GetEndpointRequest>
GetEndpointRequest. parser()
Methods in com.google.cloud.ids.v1 with parameters of type GetEndpointRequest Modifier and Type Method Description Endpoint
IDSClient. getEndpoint(GetEndpointRequest request)
Gets details of a single Endpoint.default void
IDSGrpc.AsyncService. getEndpoint(GetEndpointRequest request, io.grpc.stub.StreamObserver<Endpoint> responseObserver)
Gets details of a single Endpoint.Endpoint
IDSGrpc.IDSBlockingStub. getEndpoint(GetEndpointRequest request)
Gets details of a single Endpoint.com.google.common.util.concurrent.ListenableFuture<Endpoint>
IDSGrpc.IDSFutureStub. getEndpoint(GetEndpointRequest request)
Gets details of a single Endpoint.void
IDSGrpc.IDSStub. getEndpoint(GetEndpointRequest request, io.grpc.stub.StreamObserver<Endpoint> responseObserver)
Gets details of a single Endpoint.GetEndpointRequest.Builder
GetEndpointRequest.Builder. mergeFrom(GetEndpointRequest other)
static GetEndpointRequest.Builder
GetEndpointRequest. newBuilder(GetEndpointRequest prototype)
-
Uses of GetEndpointRequest in com.google.cloud.ids.v1.stub
Methods in com.google.cloud.ids.v1.stub that return types with arguments of type GetEndpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEndpointRequest,Endpoint>
GrpcIDSStub. getEndpointCallable()
com.google.api.gax.rpc.UnaryCallable<GetEndpointRequest,Endpoint>
HttpJsonIDSStub. getEndpointCallable()
com.google.api.gax.rpc.UnaryCallable<GetEndpointRequest,Endpoint>
IDSStub. getEndpointCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEndpointRequest,Endpoint>
IDSStubSettings.Builder. getEndpointSettings()
Returns the builder for the settings used for calls to getEndpoint.com.google.api.gax.rpc.UnaryCallSettings<GetEndpointRequest,Endpoint>
IDSStubSettings. getEndpointSettings()
Returns the object with the settings used for calls to getEndpoint.
-