Uses of Class
com.google.logging.v2.GetSettingsRequest
-
Packages that use GetSettingsRequest Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of GetSettingsRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type GetSettingsRequest 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.Methods in com.google.cloud.logging.v2 with parameters of type GetSettingsRequest Modifier and Type Method Description SettingsConfigClient. getSettings(GetSettingsRequest request)Gets the Log Router settings for the given resource. -
Uses of GetSettingsRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type GetSettingsRequest 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. -
Uses of GetSettingsRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return GetSettingsRequest Modifier and Type Method Description GetSettingsRequestGetSettingsRequest.Builder. build()GetSettingsRequestGetSettingsRequest.Builder. buildPartial()static GetSettingsRequestGetSettingsRequest. getDefaultInstance()GetSettingsRequestGetSettingsRequest.Builder. getDefaultInstanceForType()GetSettingsRequestGetSettingsRequest. getDefaultInstanceForType()static GetSettingsRequestGetSettingsRequest. parseDelimitedFrom(InputStream input)static GetSettingsRequestGetSettingsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSettingsRequestGetSettingsRequest. parseFrom(byte[] data)static GetSettingsRequestGetSettingsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSettingsRequestGetSettingsRequest. parseFrom(com.google.protobuf.ByteString data)static GetSettingsRequestGetSettingsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSettingsRequestGetSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetSettingsRequestGetSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSettingsRequestGetSettingsRequest. parseFrom(InputStream input)static GetSettingsRequestGetSettingsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSettingsRequestGetSettingsRequest. parseFrom(ByteBuffer data)static GetSettingsRequestGetSettingsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type GetSettingsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSettingsRequest,Settings>ConfigServiceV2Grpc. getGetSettingsMethod()com.google.protobuf.Parser<GetSettingsRequest>GetSettingsRequest. getParserForType()static com.google.protobuf.Parser<GetSettingsRequest>GetSettingsRequest. parser()Methods in com.google.logging.v2 with parameters of type GetSettingsRequest Modifier and Type Method Description default voidConfigServiceV2Grpc.AsyncService. getSettings(GetSettingsRequest request, io.grpc.stub.StreamObserver<Settings> responseObserver)Gets the Log Router settings for the given resource.SettingsConfigServiceV2Grpc.ConfigServiceV2BlockingStub. getSettings(GetSettingsRequest request)Gets the Log Router settings for the given resource.com.google.common.util.concurrent.ListenableFuture<Settings>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. getSettings(GetSettingsRequest request)Gets the Log Router settings for the given resource.voidConfigServiceV2Grpc.ConfigServiceV2Stub. getSettings(GetSettingsRequest request, io.grpc.stub.StreamObserver<Settings> responseObserver)Gets the Log Router settings for the given resource.GetSettingsRequest.BuilderGetSettingsRequest.Builder. mergeFrom(GetSettingsRequest other)static GetSettingsRequest.BuilderGetSettingsRequest. newBuilder(GetSettingsRequest prototype)
-