Uses of Class
com.google.cloud.securitycenter.v1p1beta1.ListFindingsResponse.ListFindingsResult
-
Packages that use ListFindingsResponse.ListFindingsResult Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center API -
-
Uses of ListFindingsResponse.ListFindingsResult in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return ListFindingsResponse.ListFindingsResult Modifier and Type Method Description ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult.Builder. build()
ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult.Builder. buildPartial()
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. getDefaultInstance()
ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult.Builder. getDefaultInstanceForType()
ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. getDefaultInstanceForType()
ListFindingsResponse.ListFindingsResult
ListFindingsResponse.Builder. getListFindingsResults(int index)
Findings matching the list request.ListFindingsResponse.ListFindingsResult
ListFindingsResponse. getListFindingsResults(int index)
Findings matching the list request.ListFindingsResponse.ListFindingsResult
ListFindingsResponseOrBuilder. getListFindingsResults(int index)
Findings matching the list request.static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseDelimitedFrom(InputStream input)
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseFrom(byte[] data)
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseFrom(com.google.protobuf.ByteString data)
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseFrom(com.google.protobuf.CodedInputStream input)
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseFrom(InputStream input)
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseFrom(ByteBuffer data)
static ListFindingsResponse.ListFindingsResult
ListFindingsResponse.ListFindingsResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1p1beta1 that return types with arguments of type ListFindingsResponse.ListFindingsResult Modifier and Type Method Description List<ListFindingsResponse.ListFindingsResult>
ListFindingsResponse.Builder. getListFindingsResultsList()
Findings matching the list request.List<ListFindingsResponse.ListFindingsResult>
ListFindingsResponse. getListFindingsResultsList()
Findings matching the list request.List<ListFindingsResponse.ListFindingsResult>
ListFindingsResponseOrBuilder. getListFindingsResultsList()
Findings matching the list request.com.google.protobuf.Parser<ListFindingsResponse.ListFindingsResult>
ListFindingsResponse.ListFindingsResult. getParserForType()
static com.google.protobuf.Parser<ListFindingsResponse.ListFindingsResult>
ListFindingsResponse.ListFindingsResult. parser()
Methods in com.google.cloud.securitycenter.v1p1beta1 with parameters of type ListFindingsResponse.ListFindingsResult Modifier and Type Method Description ListFindingsResponse.Builder
ListFindingsResponse.Builder. addListFindingsResults(int index, ListFindingsResponse.ListFindingsResult value)
Findings matching the list request.ListFindingsResponse.Builder
ListFindingsResponse.Builder. addListFindingsResults(ListFindingsResponse.ListFindingsResult value)
Findings matching the list request.ListFindingsResponse.ListFindingsResult.Builder
ListFindingsResponse.ListFindingsResult.Builder. mergeFrom(ListFindingsResponse.ListFindingsResult other)
static ListFindingsResponse.ListFindingsResult.Builder
ListFindingsResponse.ListFindingsResult. newBuilder(ListFindingsResponse.ListFindingsResult prototype)
ListFindingsResponse.Builder
ListFindingsResponse.Builder. setListFindingsResults(int index, ListFindingsResponse.ListFindingsResult value)
Findings matching the list request.Method parameters in com.google.cloud.securitycenter.v1p1beta1 with type arguments of type ListFindingsResponse.ListFindingsResult Modifier and Type Method Description ListFindingsResponse.Builder
ListFindingsResponse.Builder. addAllListFindingsResults(Iterable<? extends ListFindingsResponse.ListFindingsResult> values)
Findings matching the list request.static com.google.api.core.ApiFuture<SecurityCenterClient.ListFindingsPagedResponse>
SecurityCenterClient.ListFindingsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult> context, com.google.api.core.ApiFuture<ListFindingsResponse> futureResponse)
protected SecurityCenterClient.ListFindingsPage
SecurityCenterClient.ListFindingsPage. createPage(com.google.api.gax.rpc.PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult> context, ListFindingsResponse response)
com.google.api.core.ApiFuture<SecurityCenterClient.ListFindingsPage>
SecurityCenterClient.ListFindingsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFindingsRequest,ListFindingsResponse,ListFindingsResponse.ListFindingsResult> context, com.google.api.core.ApiFuture<ListFindingsResponse> futureResponse)
-