public static final class GetVulnerabilityOccurrencesSummaryRequest.Builder extends GeneratedMessage.Builder<GetVulnerabilityOccurrencesSummaryRequest.Builder> implements GetVulnerabilityOccurrencesSummaryRequestOrBuilderRequest to get a vulnerability summary for some set of occurrences.
Protobuf type
google.devtools.containeranalysis.v1.GetVulnerabilityOccurrencesSummaryRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetVulnerabilityOccurrencesSummaryRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetVulnerabilityOccurrencesSummaryRequest build()| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest |
|
buildPartial()
public GetVulnerabilityOccurrencesSummaryRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest |
|
clear()
public GetVulnerabilityOccurrencesSummaryRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest.Builder |
|
clearFilter()
public GetVulnerabilityOccurrencesSummaryRequest.Builder clearFilter()The filter expression.
string filter = 2;
| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest.Builder |
This builder for chaining. |
clearParent()
public GetVulnerabilityOccurrencesSummaryRequest.Builder clearParent() Required. The name of the project to get a vulnerability summary for in the
form of projects/[PROJECT_ID].
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetVulnerabilityOccurrencesSummaryRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()The filter expression.
string filter = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()The filter expression.
string filter = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getParent()
public String getParent() Required. The name of the project to get a vulnerability summary for in the
form of projects/[PROJECT_ID].
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The name of the project to get a vulnerability summary for in the
form of projects/[PROJECT_ID].
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetVulnerabilityOccurrencesSummaryRequest other)
public GetVulnerabilityOccurrencesSummaryRequest.Builder mergeFrom(GetVulnerabilityOccurrencesSummaryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetVulnerabilityOccurrencesSummaryRequest |
| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetVulnerabilityOccurrencesSummaryRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetVulnerabilityOccurrencesSummaryRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest.Builder |
|
setFilter(String value)
public GetVulnerabilityOccurrencesSummaryRequest.Builder setFilter(String value)The filter expression.
string filter = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public GetVulnerabilityOccurrencesSummaryRequest.Builder setFilterBytes(ByteString value)The filter expression.
string filter = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest.Builder |
This builder for chaining. |
setParent(String value)
public GetVulnerabilityOccurrencesSummaryRequest.Builder setParent(String value) Required. The name of the project to get a vulnerability summary for in the
form of projects/[PROJECT_ID].
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public GetVulnerabilityOccurrencesSummaryRequest.Builder setParentBytes(ByteString value) Required. The name of the project to get a vulnerability summary for in the
form of projects/[PROJECT_ID].
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
GetVulnerabilityOccurrencesSummaryRequest.Builder |
This builder for chaining. |