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 Settings
ConfigClient. 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 GetSettingsRequest
GetSettingsRequest.Builder. build()
GetSettingsRequest
GetSettingsRequest.Builder. buildPartial()
static GetSettingsRequest
GetSettingsRequest. getDefaultInstance()
GetSettingsRequest
GetSettingsRequest.Builder. getDefaultInstanceForType()
GetSettingsRequest
GetSettingsRequest. getDefaultInstanceForType()
static GetSettingsRequest
GetSettingsRequest. parseDelimitedFrom(InputStream input)
static GetSettingsRequest
GetSettingsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSettingsRequest
GetSettingsRequest. parseFrom(byte[] data)
static GetSettingsRequest
GetSettingsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSettingsRequest
GetSettingsRequest. parseFrom(com.google.protobuf.ByteString data)
static GetSettingsRequest
GetSettingsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSettingsRequest
GetSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetSettingsRequest
GetSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSettingsRequest
GetSettingsRequest. parseFrom(InputStream input)
static GetSettingsRequest
GetSettingsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSettingsRequest
GetSettingsRequest. parseFrom(ByteBuffer data)
static GetSettingsRequest
GetSettingsRequest. 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 void
ConfigServiceV2Grpc.AsyncService. getSettings(GetSettingsRequest request, io.grpc.stub.StreamObserver<Settings> responseObserver)
Gets the Log Router settings for the given resource.Settings
ConfigServiceV2Grpc.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.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. getSettings(GetSettingsRequest request, io.grpc.stub.StreamObserver<Settings> responseObserver)
Gets the Log Router settings for the given resource.GetSettingsRequest.Builder
GetSettingsRequest.Builder. mergeFrom(GetSettingsRequest other)
static GetSettingsRequest.Builder
GetSettingsRequest. newBuilder(GetSettingsRequest prototype)
-