Uses of Class
com.google.cloud.securitycenter.settings.v1beta1.Detector
-
Packages that use Detector Package Description com.google.cloud.securitycenter.settings.v1beta1 A client to Cloud Security Command Center API -
-
Uses of Detector in com.google.cloud.securitycenter.settings.v1beta1
Methods in com.google.cloud.securitycenter.settings.v1beta1 that return Detector Modifier and Type Method Description Detector
Detector.Builder. build()
Detector
Detector.Builder. buildPartial()
static Detector
Detector. getDefaultInstance()
Detector
Detector.Builder. getDefaultInstanceForType()
Detector
Detector. getDefaultInstanceForType()
Detector
ListDetectorsResponse.Builder. getDetectors(int index)
The detectors from the specified organization.Detector
ListDetectorsResponse. getDetectors(int index)
The detectors from the specified organization.Detector
ListDetectorsResponseOrBuilder. getDetectors(int index)
The detectors from the specified organization.static Detector
Detector. parseDelimitedFrom(InputStream input)
static Detector
Detector. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Detector
Detector. parseFrom(byte[] data)
static Detector
Detector. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Detector
Detector. parseFrom(com.google.protobuf.ByteString data)
static Detector
Detector. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Detector
Detector. parseFrom(com.google.protobuf.CodedInputStream input)
static Detector
Detector. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Detector
Detector. parseFrom(InputStream input)
static Detector
Detector. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Detector
Detector. parseFrom(ByteBuffer data)
static Detector
Detector. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.settings.v1beta1 that return types with arguments of type Detector Modifier and Type Method Description List<Detector>
ListDetectorsResponse.Builder. getDetectorsList()
The detectors from the specified organization.List<Detector>
ListDetectorsResponse. getDetectorsList()
The detectors from the specified organization.List<Detector>
ListDetectorsResponseOrBuilder. getDetectorsList()
The detectors from the specified organization.com.google.protobuf.Parser<Detector>
Detector. getParserForType()
static com.google.protobuf.Parser<Detector>
Detector. parser()
Methods in com.google.cloud.securitycenter.settings.v1beta1 with parameters of type Detector Modifier and Type Method Description ListDetectorsResponse.Builder
ListDetectorsResponse.Builder. addDetectors(int index, Detector value)
The detectors from the specified organization.ListDetectorsResponse.Builder
ListDetectorsResponse.Builder. addDetectors(Detector value)
The detectors from the specified organization.Detector.Builder
Detector.Builder. mergeFrom(Detector other)
static Detector.Builder
Detector. newBuilder(Detector prototype)
ListDetectorsResponse.Builder
ListDetectorsResponse.Builder. setDetectors(int index, Detector value)
The detectors from the specified organization.Method parameters in com.google.cloud.securitycenter.settings.v1beta1 with type arguments of type Detector Modifier and Type Method Description ListDetectorsResponse.Builder
ListDetectorsResponse.Builder. addAllDetectors(Iterable<? extends Detector> values)
The detectors from the specified organization.static com.google.api.core.ApiFuture<SecurityCenterSettingsServiceClient.ListDetectorsPagedResponse>
SecurityCenterSettingsServiceClient.ListDetectorsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, com.google.api.core.ApiFuture<ListDetectorsResponse> futureResponse)
protected SecurityCenterSettingsServiceClient.ListDetectorsPage
SecurityCenterSettingsServiceClient.ListDetectorsPage. createPage(com.google.api.gax.rpc.PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, ListDetectorsResponse response)
com.google.api.core.ApiFuture<SecurityCenterSettingsServiceClient.ListDetectorsPage>
SecurityCenterSettingsServiceClient.ListDetectorsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDetectorsRequest,ListDetectorsResponse,Detector> context, com.google.api.core.ApiFuture<ListDetectorsResponse> futureResponse)
-