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 LogViewConfigClient. 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 UpdateViewRequestUpdateViewRequest.Builder. build()UpdateViewRequestUpdateViewRequest.Builder. buildPartial()static UpdateViewRequestUpdateViewRequest. getDefaultInstance()UpdateViewRequestUpdateViewRequest.Builder. getDefaultInstanceForType()UpdateViewRequestUpdateViewRequest. getDefaultInstanceForType()static UpdateViewRequestUpdateViewRequest. parseDelimitedFrom(InputStream input)static UpdateViewRequestUpdateViewRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateViewRequestUpdateViewRequest. parseFrom(byte[] data)static UpdateViewRequestUpdateViewRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateViewRequestUpdateViewRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateViewRequestUpdateViewRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateViewRequestUpdateViewRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateViewRequestUpdateViewRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateViewRequestUpdateViewRequest. parseFrom(InputStream input)static UpdateViewRequestUpdateViewRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateViewRequestUpdateViewRequest. parseFrom(ByteBuffer data)static UpdateViewRequestUpdateViewRequest. 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.BuilderUpdateViewRequest.Builder. mergeFrom(UpdateViewRequest other)static UpdateViewRequest.BuilderUpdateViewRequest. newBuilder(UpdateViewRequest prototype)default voidConfigServiceV2Grpc.AsyncService. updateView(UpdateViewRequest request, io.grpc.stub.StreamObserver<LogView> responseObserver)Updates a view on a log bucket.LogViewConfigServiceV2Grpc.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.voidConfigServiceV2Grpc.ConfigServiceV2Stub. updateView(UpdateViewRequest request, io.grpc.stub.StreamObserver<LogView> responseObserver)Updates a view on a log bucket.
-