Uses of Class
com.google.cloud.assuredworkloads.v1.ListViolationsRequest
-
Packages that use ListViolationsRequest Package Description com.google.cloud.assuredworkloads.v1 A client to Assured Workloads APIcom.google.cloud.assuredworkloads.v1.stub -
-
Uses of ListViolationsRequest in com.google.cloud.assuredworkloads.v1
Methods in com.google.cloud.assuredworkloads.v1 that return ListViolationsRequest Modifier and Type Method Description ListViolationsRequest
ListViolationsRequest.Builder. build()
ListViolationsRequest
ListViolationsRequest.Builder. buildPartial()
static ListViolationsRequest
ListViolationsRequest. getDefaultInstance()
ListViolationsRequest
ListViolationsRequest.Builder. getDefaultInstanceForType()
ListViolationsRequest
ListViolationsRequest. getDefaultInstanceForType()
static ListViolationsRequest
ListViolationsRequest. parseDelimitedFrom(InputStream input)
static ListViolationsRequest
ListViolationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViolationsRequest
ListViolationsRequest. parseFrom(byte[] data)
static ListViolationsRequest
ListViolationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViolationsRequest
ListViolationsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListViolationsRequest
ListViolationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViolationsRequest
ListViolationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListViolationsRequest
ListViolationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViolationsRequest
ListViolationsRequest. parseFrom(InputStream input)
static ListViolationsRequest
ListViolationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListViolationsRequest
ListViolationsRequest. parseFrom(ByteBuffer data)
static ListViolationsRequest
ListViolationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.assuredworkloads.v1 that return types with arguments of type ListViolationsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListViolationsRequest,ListViolationsResponse>
AssuredWorkloadsServiceGrpc. getListViolationsMethod()
com.google.protobuf.Parser<ListViolationsRequest>
ListViolationsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListViolationsRequest,ListViolationsResponse>
AssuredWorkloadsServiceClient. listViolationsCallable()
Lists the Violations in the AssuredWorkload Environment.com.google.api.gax.rpc.UnaryCallable<ListViolationsRequest,AssuredWorkloadsServiceClient.ListViolationsPagedResponse>
AssuredWorkloadsServiceClient. listViolationsPagedCallable()
Lists the Violations in the AssuredWorkload Environment.com.google.api.gax.rpc.PagedCallSettings.Builder<ListViolationsRequest,ListViolationsResponse,AssuredWorkloadsServiceClient.ListViolationsPagedResponse>
AssuredWorkloadsServiceSettings.Builder. listViolationsSettings()
Returns the builder for the settings used for calls to listViolations.com.google.api.gax.rpc.PagedCallSettings<ListViolationsRequest,ListViolationsResponse,AssuredWorkloadsServiceClient.ListViolationsPagedResponse>
AssuredWorkloadsServiceSettings. listViolationsSettings()
Returns the object with the settings used for calls to listViolations.static com.google.protobuf.Parser<ListViolationsRequest>
ListViolationsRequest. parser()
Methods in com.google.cloud.assuredworkloads.v1 with parameters of type ListViolationsRequest Modifier and Type Method Description AssuredWorkloadsServiceClient.ListViolationsPagedResponse
AssuredWorkloadsServiceClient. listViolations(ListViolationsRequest request)
Lists the Violations in the AssuredWorkload Environment.ListViolationsResponse
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStub. listViolations(ListViolationsRequest request)
Lists the Violations in the AssuredWorkload Environment.com.google.common.util.concurrent.ListenableFuture<ListViolationsResponse>
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub. listViolations(ListViolationsRequest request)
Lists the Violations in the AssuredWorkload Environment.void
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStub. listViolations(ListViolationsRequest request, io.grpc.stub.StreamObserver<ListViolationsResponse> responseObserver)
Lists the Violations in the AssuredWorkload Environment.default void
AssuredWorkloadsServiceGrpc.AsyncService. listViolations(ListViolationsRequest request, io.grpc.stub.StreamObserver<ListViolationsResponse> responseObserver)
Lists the Violations in the AssuredWorkload Environment.ListViolationsRequest.Builder
ListViolationsRequest.Builder. mergeFrom(ListViolationsRequest other)
static ListViolationsRequest.Builder
ListViolationsRequest. newBuilder(ListViolationsRequest prototype)
Method parameters in com.google.cloud.assuredworkloads.v1 with type arguments of type ListViolationsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<AssuredWorkloadsServiceClient.ListViolationsPagedResponse>
AssuredWorkloadsServiceClient.ListViolationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListViolationsRequest,ListViolationsResponse,Violation> context, com.google.api.core.ApiFuture<ListViolationsResponse> futureResponse)
protected AssuredWorkloadsServiceClient.ListViolationsPage
AssuredWorkloadsServiceClient.ListViolationsPage. createPage(com.google.api.gax.rpc.PageContext<ListViolationsRequest,ListViolationsResponse,Violation> context, ListViolationsResponse response)
com.google.api.core.ApiFuture<AssuredWorkloadsServiceClient.ListViolationsPage>
AssuredWorkloadsServiceClient.ListViolationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListViolationsRequest,ListViolationsResponse,Violation> context, com.google.api.core.ApiFuture<ListViolationsResponse> futureResponse)
-
Uses of ListViolationsRequest in com.google.cloud.assuredworkloads.v1.stub
Methods in com.google.cloud.assuredworkloads.v1.stub that return types with arguments of type ListViolationsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListViolationsRequest,ListViolationsResponse>
AssuredWorkloadsServiceStub. listViolationsCallable()
com.google.api.gax.rpc.UnaryCallable<ListViolationsRequest,ListViolationsResponse>
GrpcAssuredWorkloadsServiceStub. listViolationsCallable()
com.google.api.gax.rpc.UnaryCallable<ListViolationsRequest,ListViolationsResponse>
HttpJsonAssuredWorkloadsServiceStub. listViolationsCallable()
com.google.api.gax.rpc.UnaryCallable<ListViolationsRequest,AssuredWorkloadsServiceClient.ListViolationsPagedResponse>
AssuredWorkloadsServiceStub. listViolationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListViolationsRequest,AssuredWorkloadsServiceClient.ListViolationsPagedResponse>
GrpcAssuredWorkloadsServiceStub. listViolationsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListViolationsRequest,ListViolationsResponse,AssuredWorkloadsServiceClient.ListViolationsPagedResponse>
AssuredWorkloadsServiceStubSettings.Builder. listViolationsSettings()
Returns the builder for the settings used for calls to listViolations.com.google.api.gax.rpc.PagedCallSettings<ListViolationsRequest,ListViolationsResponse,AssuredWorkloadsServiceClient.ListViolationsPagedResponse>
AssuredWorkloadsServiceStubSettings. listViolationsSettings()
Returns the object with the settings used for calls to listViolations.
-