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