Uses of Class
com.google.cloud.assuredworkloads.v1.AcknowledgeViolationResponse
-
Packages that use AcknowledgeViolationResponse Package Description com.google.cloud.assuredworkloads.v1 A client to Assured Workloads APIcom.google.cloud.assuredworkloads.v1.stub -
-
Uses of AcknowledgeViolationResponse in com.google.cloud.assuredworkloads.v1
Methods in com.google.cloud.assuredworkloads.v1 that return AcknowledgeViolationResponse Modifier and Type Method Description AcknowledgeViolationResponse
AssuredWorkloadsServiceClient. acknowledgeViolation(AcknowledgeViolationRequest request)
Acknowledges an existing violation.AcknowledgeViolationResponse
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStub. acknowledgeViolation(AcknowledgeViolationRequest request)
Acknowledges an existing violation.AcknowledgeViolationResponse
AcknowledgeViolationResponse.Builder. build()
AcknowledgeViolationResponse
AcknowledgeViolationResponse.Builder. buildPartial()
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. getDefaultInstance()
AcknowledgeViolationResponse
AcknowledgeViolationResponse.Builder. getDefaultInstanceForType()
AcknowledgeViolationResponse
AcknowledgeViolationResponse. getDefaultInstanceForType()
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseDelimitedFrom(InputStream input)
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseFrom(byte[] data)
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseFrom(com.google.protobuf.ByteString data)
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseFrom(InputStream input)
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseFrom(ByteBuffer data)
static AcknowledgeViolationResponse
AcknowledgeViolationResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.assuredworkloads.v1 that return types with arguments of type AcknowledgeViolationResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AcknowledgeViolationResponse>
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub. acknowledgeViolation(AcknowledgeViolationRequest request)
Acknowledges an existing violation.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<AcknowledgeViolationResponse>
AcknowledgeViolationResponse. getParserForType()
static com.google.protobuf.Parser<AcknowledgeViolationResponse>
AcknowledgeViolationResponse. parser()
Methods in com.google.cloud.assuredworkloads.v1 with parameters of type AcknowledgeViolationResponse Modifier and Type Method Description AcknowledgeViolationResponse.Builder
AcknowledgeViolationResponse.Builder. mergeFrom(AcknowledgeViolationResponse other)
static AcknowledgeViolationResponse.Builder
AcknowledgeViolationResponse. newBuilder(AcknowledgeViolationResponse prototype)
Method parameters in com.google.cloud.assuredworkloads.v1 with type arguments of type AcknowledgeViolationResponse Modifier and Type Method Description 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. -
Uses of AcknowledgeViolationResponse in com.google.cloud.assuredworkloads.v1.stub
Methods in com.google.cloud.assuredworkloads.v1.stub that return types with arguments of type AcknowledgeViolationResponse 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.
-