Uses of Class
com.google.cloud.assuredworkloads.v1.AcknowledgeViolationRequest
-
Packages that use AcknowledgeViolationRequest Package Description com.google.cloud.assuredworkloads.v1 A client to Assured Workloads APIcom.google.cloud.assuredworkloads.v1.stub -
-
Uses of AcknowledgeViolationRequest in com.google.cloud.assuredworkloads.v1
Methods in com.google.cloud.assuredworkloads.v1 that return AcknowledgeViolationRequest Modifier and Type Method Description AcknowledgeViolationRequest
AcknowledgeViolationRequest.Builder. build()
AcknowledgeViolationRequest
AcknowledgeViolationRequest.Builder. buildPartial()
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. getDefaultInstance()
AcknowledgeViolationRequest
AcknowledgeViolationRequest.Builder. getDefaultInstanceForType()
AcknowledgeViolationRequest
AcknowledgeViolationRequest. getDefaultInstanceForType()
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseDelimitedFrom(InputStream input)
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseFrom(byte[] data)
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseFrom(com.google.protobuf.ByteString data)
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseFrom(InputStream input)
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseFrom(ByteBuffer data)
static AcknowledgeViolationRequest
AcknowledgeViolationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.assuredworkloads.v1 that return types with arguments of type AcknowledgeViolationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AcknowledgeViolationRequest,AcknowledgeViolationResponse>
AssuredWorkloadsServiceClient. acknowledgeViolationCallable()
Acknowledges an existing violation.com.google.api.gax.rpc.UnaryCallSettings<AcknowledgeViolationRequest,AcknowledgeViolationResponse>
AssuredWorkloadsServiceSettings. acknowledgeViolationSettings()
Returns the object with the settings used for calls to acknowledgeViolation.com.google.api.gax.rpc.UnaryCallSettings.Builder<AcknowledgeViolationRequest,AcknowledgeViolationResponse>
AssuredWorkloadsServiceSettings.Builder. acknowledgeViolationSettings()
Returns the builder for the settings used for calls to acknowledgeViolation.static io.grpc.MethodDescriptor<AcknowledgeViolationRequest,AcknowledgeViolationResponse>
AssuredWorkloadsServiceGrpc. getAcknowledgeViolationMethod()
com.google.protobuf.Parser<AcknowledgeViolationRequest>
AcknowledgeViolationRequest. getParserForType()
static com.google.protobuf.Parser<AcknowledgeViolationRequest>
AcknowledgeViolationRequest. parser()
Methods in com.google.cloud.assuredworkloads.v1 with parameters of type AcknowledgeViolationRequest Modifier and Type Method Description AcknowledgeViolationResponse
AssuredWorkloadsServiceClient. acknowledgeViolation(AcknowledgeViolationRequest request)
Acknowledges an existing violation.AcknowledgeViolationResponse
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStub. acknowledgeViolation(AcknowledgeViolationRequest request)
Acknowledges an existing violation.com.google.common.util.concurrent.ListenableFuture<AcknowledgeViolationResponse>
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub. acknowledgeViolation(AcknowledgeViolationRequest request)
Acknowledges an existing violation.void
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStub. acknowledgeViolation(AcknowledgeViolationRequest request, io.grpc.stub.StreamObserver<AcknowledgeViolationResponse> responseObserver)
Acknowledges an existing violation.default void
AssuredWorkloadsServiceGrpc.AsyncService. acknowledgeViolation(AcknowledgeViolationRequest request, io.grpc.stub.StreamObserver<AcknowledgeViolationResponse> responseObserver)
Acknowledges an existing violation.AcknowledgeViolationRequest.Builder
AcknowledgeViolationRequest.Builder. mergeFrom(AcknowledgeViolationRequest other)
static AcknowledgeViolationRequest.Builder
AcknowledgeViolationRequest. newBuilder(AcknowledgeViolationRequest prototype)
-
Uses of AcknowledgeViolationRequest in com.google.cloud.assuredworkloads.v1.stub
Methods in com.google.cloud.assuredworkloads.v1.stub that return types with arguments of type AcknowledgeViolationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AcknowledgeViolationRequest,AcknowledgeViolationResponse>
AssuredWorkloadsServiceStub. acknowledgeViolationCallable()
com.google.api.gax.rpc.UnaryCallable<AcknowledgeViolationRequest,AcknowledgeViolationResponse>
GrpcAssuredWorkloadsServiceStub. acknowledgeViolationCallable()
com.google.api.gax.rpc.UnaryCallable<AcknowledgeViolationRequest,AcknowledgeViolationResponse>
HttpJsonAssuredWorkloadsServiceStub. acknowledgeViolationCallable()
com.google.api.gax.rpc.UnaryCallSettings<AcknowledgeViolationRequest,AcknowledgeViolationResponse>
AssuredWorkloadsServiceStubSettings. acknowledgeViolationSettings()
Returns the object with the settings used for calls to acknowledgeViolation.com.google.api.gax.rpc.UnaryCallSettings.Builder<AcknowledgeViolationRequest,AcknowledgeViolationResponse>
AssuredWorkloadsServiceStubSettings.Builder. acknowledgeViolationSettings()
Returns the builder for the settings used for calls to acknowledgeViolation.
-