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