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