Uses of Class
com.google.logging.v2.GetLinkRequest
-
Packages that use GetLinkRequest Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of GetLinkRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type GetLinkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLinkRequest,Link>
ConfigClient. getLinkCallable()
Gets a link.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLinkRequest,Link>
ConfigSettings.Builder. getLinkSettings()
Returns the builder for the settings used for calls to getLink.com.google.api.gax.rpc.UnaryCallSettings<GetLinkRequest,Link>
ConfigSettings. getLinkSettings()
Returns the object with the settings used for calls to getLink.Methods in com.google.cloud.logging.v2 with parameters of type GetLinkRequest Modifier and Type Method Description Link
ConfigClient. getLink(GetLinkRequest request)
Gets a link. -
Uses of GetLinkRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type GetLinkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLinkRequest,Link>
ConfigServiceV2Stub. getLinkCallable()
com.google.api.gax.rpc.UnaryCallable<GetLinkRequest,Link>
GrpcConfigServiceV2Stub. getLinkCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLinkRequest,Link>
ConfigServiceV2StubSettings.Builder. getLinkSettings()
Returns the builder for the settings used for calls to getLink.com.google.api.gax.rpc.UnaryCallSettings<GetLinkRequest,Link>
ConfigServiceV2StubSettings. getLinkSettings()
Returns the object with the settings used for calls to getLink. -
Uses of GetLinkRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return GetLinkRequest Modifier and Type Method Description GetLinkRequest
GetLinkRequest.Builder. build()
GetLinkRequest
GetLinkRequest.Builder. buildPartial()
static GetLinkRequest
GetLinkRequest. getDefaultInstance()
GetLinkRequest
GetLinkRequest.Builder. getDefaultInstanceForType()
GetLinkRequest
GetLinkRequest. getDefaultInstanceForType()
static GetLinkRequest
GetLinkRequest. parseDelimitedFrom(InputStream input)
static GetLinkRequest
GetLinkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLinkRequest
GetLinkRequest. parseFrom(byte[] data)
static GetLinkRequest
GetLinkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLinkRequest
GetLinkRequest. parseFrom(com.google.protobuf.ByteString data)
static GetLinkRequest
GetLinkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLinkRequest
GetLinkRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetLinkRequest
GetLinkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLinkRequest
GetLinkRequest. parseFrom(InputStream input)
static GetLinkRequest
GetLinkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLinkRequest
GetLinkRequest. parseFrom(ByteBuffer data)
static GetLinkRequest
GetLinkRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type GetLinkRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetLinkRequest,Link>
ConfigServiceV2Grpc. getGetLinkMethod()
com.google.protobuf.Parser<GetLinkRequest>
GetLinkRequest. getParserForType()
static com.google.protobuf.Parser<GetLinkRequest>
GetLinkRequest. parser()
Methods in com.google.logging.v2 with parameters of type GetLinkRequest Modifier and Type Method Description default void
ConfigServiceV2Grpc.AsyncService. getLink(GetLinkRequest request, io.grpc.stub.StreamObserver<Link> responseObserver)
Gets a link.Link
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub. getLink(GetLinkRequest request)
Gets a link.com.google.common.util.concurrent.ListenableFuture<Link>
ConfigServiceV2Grpc.ConfigServiceV2FutureStub. getLink(GetLinkRequest request)
Gets a link.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. getLink(GetLinkRequest request, io.grpc.stub.StreamObserver<Link> responseObserver)
Gets a link.GetLinkRequest.Builder
GetLinkRequest.Builder. mergeFrom(GetLinkRequest other)
static GetLinkRequest.Builder
GetLinkRequest. newBuilder(GetLinkRequest prototype)
-