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 LinkConfigClient. 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 GetLinkRequestGetLinkRequest.Builder. build()GetLinkRequestGetLinkRequest.Builder. buildPartial()static GetLinkRequestGetLinkRequest. getDefaultInstance()GetLinkRequestGetLinkRequest.Builder. getDefaultInstanceForType()GetLinkRequestGetLinkRequest. getDefaultInstanceForType()static GetLinkRequestGetLinkRequest. parseDelimitedFrom(InputStream input)static GetLinkRequestGetLinkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLinkRequestGetLinkRequest. parseFrom(byte[] data)static GetLinkRequestGetLinkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLinkRequestGetLinkRequest. parseFrom(com.google.protobuf.ByteString data)static GetLinkRequestGetLinkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLinkRequestGetLinkRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetLinkRequestGetLinkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLinkRequestGetLinkRequest. parseFrom(InputStream input)static GetLinkRequestGetLinkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLinkRequestGetLinkRequest. parseFrom(ByteBuffer data)static GetLinkRequestGetLinkRequest. 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 voidConfigServiceV2Grpc.AsyncService. getLink(GetLinkRequest request, io.grpc.stub.StreamObserver<Link> responseObserver)Gets a link.LinkConfigServiceV2Grpc.ConfigServiceV2BlockingStub. getLink(GetLinkRequest request)Gets a link.com.google.common.util.concurrent.ListenableFuture<Link>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. getLink(GetLinkRequest request)Gets a link.voidConfigServiceV2Grpc.ConfigServiceV2Stub. getLink(GetLinkRequest request, io.grpc.stub.StreamObserver<Link> responseObserver)Gets a link.GetLinkRequest.BuilderGetLinkRequest.Builder. mergeFrom(GetLinkRequest other)static GetLinkRequest.BuilderGetLinkRequest. newBuilder(GetLinkRequest prototype)
-