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