publicstaticfinalclass ListScanConfigsResponse.BuilderextendsGeneratedMessageV3.Builder<ListScanConfigsResponse.Builder>implementsListScanConfigsResponseOrBuilder
Response for listing scan configurations.
Protobuf type google.devtools.containeranalysis.v1beta1.ListScanConfigsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addAllScanConfigs(Iterable<? extends ScanConfig> values)
publicListScanConfigsResponse.BuilderaddAllScanConfigs(Iterable<?extendsScanConfig>values)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.containeranalysis.v1beta1.ScanConfig>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicListScanConfigsResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
addScanConfigs(ScanConfig value)
publicListScanConfigsResponse.BuilderaddScanConfigs(ScanConfigvalue)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
addScanConfigs(ScanConfig.Builder builderForValue)
publicListScanConfigsResponse.BuilderaddScanConfigs(ScanConfig.BuilderbuilderForValue)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
addScanConfigs(int index, ScanConfig value)
publicListScanConfigsResponse.BuilderaddScanConfigs(intindex,ScanConfigvalue)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
addScanConfigs(int index, ScanConfig.Builder builderForValue)
publicListScanConfigsResponse.BuilderaddScanConfigs(intindex,ScanConfig.BuilderbuilderForValue)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
addScanConfigsBuilder()
publicScanConfig.BuilderaddScanConfigsBuilder()
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
addScanConfigsBuilder(int index)
publicScanConfig.BuilderaddScanConfigsBuilder(intindex)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Parameter |
| Name |
Description |
index |
int
|
build()
publicListScanConfigsResponsebuild()
buildPartial()
publicListScanConfigsResponsebuildPartial()
clear()
publicListScanConfigsResponse.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicListScanConfigsResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearNextPageToken()
publicListScanConfigsResponse.BuilderclearNextPageToken()
The next pagination token in the list response. It should be used as
page_token for the following request. An empty value means no more
results.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
publicListScanConfigsResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearScanConfigs()
publicListScanConfigsResponse.BuilderclearScanConfigs()
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
clone()
publicListScanConfigsResponse.Builderclone()
Overrides
getDefaultInstanceForType()
publicListScanConfigsResponsegetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getNextPageToken()
publicStringgetNextPageToken()
The next pagination token in the list response. It should be used as
page_token for the following request. An empty value means no more
results.
string next_page_token = 2;
| Returns |
| Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
publicByteStringgetNextPageTokenBytes()
The next pagination token in the list response. It should be used as
page_token for the following request. An empty value means no more
results.
string next_page_token = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getScanConfigs(int index)
publicScanConfiggetScanConfigs(intindex)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Parameter |
| Name |
Description |
index |
int
|
getScanConfigsBuilder(int index)
publicScanConfig.BuildergetScanConfigsBuilder(intindex)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Parameter |
| Name |
Description |
index |
int
|
getScanConfigsBuilderList()
publicList<ScanConfig.Builder>getScanConfigsBuilderList()
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
getScanConfigsCount()
publicintgetScanConfigsCount()
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Returns |
| Type |
Description |
int |
getScanConfigsList()
publicList<ScanConfig>getScanConfigsList()
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
getScanConfigsOrBuilder(int index)
publicScanConfigOrBuildergetScanConfigsOrBuilder(intindex)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Parameter |
| Name |
Description |
index |
int
|
getScanConfigsOrBuilderList()
publicList<?extendsScanConfigOrBuilder>getScanConfigsOrBuilderList()
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Returns |
| Type |
Description |
List<? extends com.google.containeranalysis.v1beta1.ScanConfigOrBuilder> |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(ListScanConfigsResponse other)
publicListScanConfigsResponse.BuildermergeFrom(ListScanConfigsResponseother)
publicListScanConfigsResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicListScanConfigsResponse.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalListScanConfigsResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
removeScanConfigs(int index)
publicListScanConfigsResponse.BuilderremoveScanConfigs(intindex)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Parameter |
| Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
publicListScanConfigsResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setNextPageToken(String value)
publicListScanConfigsResponse.BuildersetNextPageToken(Stringvalue)
The next pagination token in the list response. It should be used as
page_token for the following request. An empty value means no more
results.
string next_page_token = 2;
| Parameter |
| Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
publicListScanConfigsResponse.BuildersetNextPageTokenBytes(ByteStringvalue)
The next pagination token in the list response. It should be used as
page_token for the following request. An empty value means no more
results.
string next_page_token = 2;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicListScanConfigsResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setScanConfigs(int index, ScanConfig value)
publicListScanConfigsResponse.BuildersetScanConfigs(intindex,ScanConfigvalue)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
setScanConfigs(int index, ScanConfig.Builder builderForValue)
publicListScanConfigsResponse.BuildersetScanConfigs(intindex,ScanConfig.BuilderbuilderForValue)
The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalListScanConfigsResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides