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