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 GetEndpointRequestGetEndpointRequest.Builder. build()GetEndpointRequestGetEndpointRequest.Builder. buildPartial()static GetEndpointRequestGetEndpointRequest. getDefaultInstance()GetEndpointRequestGetEndpointRequest.Builder. getDefaultInstanceForType()GetEndpointRequestGetEndpointRequest. getDefaultInstanceForType()static GetEndpointRequestGetEndpointRequest. parseDelimitedFrom(InputStream input)static GetEndpointRequestGetEndpointRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEndpointRequestGetEndpointRequest. parseFrom(byte[] data)static GetEndpointRequestGetEndpointRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEndpointRequestGetEndpointRequest. parseFrom(com.google.protobuf.ByteString data)static GetEndpointRequestGetEndpointRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEndpointRequestGetEndpointRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetEndpointRequestGetEndpointRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEndpointRequestGetEndpointRequest. parseFrom(InputStream input)static GetEndpointRequestGetEndpointRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEndpointRequestGetEndpointRequest. parseFrom(ByteBuffer data)static GetEndpointRequestGetEndpointRequest. 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 EndpointIDSClient. getEndpoint(GetEndpointRequest request)Gets details of a single Endpoint.default voidIDSGrpc.AsyncService. getEndpoint(GetEndpointRequest request, io.grpc.stub.StreamObserver<Endpoint> responseObserver)Gets details of a single Endpoint.EndpointIDSGrpc.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.voidIDSGrpc.IDSStub. getEndpoint(GetEndpointRequest request, io.grpc.stub.StreamObserver<Endpoint> responseObserver)Gets details of a single Endpoint.GetEndpointRequest.BuilderGetEndpointRequest.Builder. mergeFrom(GetEndpointRequest other)static GetEndpointRequest.BuilderGetEndpointRequest. 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.
-