public static final class ListFrameworkAuditsRequest.Builder extends GeneratedMessageV3.Builder<ListFrameworkAuditsRequest.Builder> implements ListFrameworkAuditsRequestOrBuilderThe request message for [ListFrameworkAudits][].
Protobuf type google.cloud.cloudsecuritycompliance.v1.ListFrameworkAuditsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListFrameworkAuditsRequest.BuilderImplements
ListFrameworkAuditsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListFrameworkAuditsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|
build()
public ListFrameworkAuditsRequest build()| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest |
|
buildPartial()
public ListFrameworkAuditsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest |
|
clear()
public ListFrameworkAuditsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public ListFrameworkAuditsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|
clearFilter()
public ListFrameworkAuditsRequest.Builder clearFilter() Optional. The filters to apply to the framework audits.
Supported filters are compliance_framework, compliance_state,
create_time, and framework_audit_name. If the filter is invalid, an
invalid argument error is returned.
For syntax details, see AIP-160.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListFrameworkAuditsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|
clearPageSize()
public ListFrameworkAuditsRequest.Builder clearPageSize()Optional. The maximum number of framework audits to return. The service might return fewer audits than this value. If unspecified, a maximum of 10 framework audits are returned. The maximum value is 50; values above 50 are limited to 50.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListFrameworkAuditsRequest.Builder clearPageToken() Optional. The next_page_token value that's returned from a previous list
request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
This builder for chaining. |
clearParent()
public ListFrameworkAuditsRequest.Builder clearParent()Required. The parent resource where the framework audits are listed.
Supported formats are the following:
organizations/{organization_id}/locations/{location}folders/{folder_id}/locations/{location}projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
This builder for chaining. |
clone()
public ListFrameworkAuditsRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|
getDefaultInstanceForType()
public ListFrameworkAuditsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter() Optional. The filters to apply to the framework audits.
Supported filters are compliance_framework, compliance_state,
create_time, and framework_audit_name. If the filter is invalid, an
invalid argument error is returned.
For syntax details, see AIP-160.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes() Optional. The filters to apply to the framework audits.
Supported filters are compliance_framework, compliance_state,
create_time, and framework_audit_name. If the filter is invalid, an
invalid argument error is returned.
For syntax details, see AIP-160.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()Optional. The maximum number of framework audits to return. The service might return fewer audits than this value. If unspecified, a maximum of 10 framework audits are returned. The maximum value is 50; values above 50 are limited to 50.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. The next_page_token value that's returned from a previous list
request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. The next_page_token value that's returned from a previous list
request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The parent resource where the framework audits are listed.
Supported formats are the following:
organizations/{organization_id}/locations/{location}folders/{folder_id}/locations/{location}projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent resource where the framework audits are listed.
Supported formats are the following:
organizations/{organization_id}/locations/{location}folders/{folder_id}/locations/{location}projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListFrameworkAuditsRequest other)
public ListFrameworkAuditsRequest.Builder mergeFrom(ListFrameworkAuditsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFrameworkAuditsRequest |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListFrameworkAuditsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListFrameworkAuditsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListFrameworkAuditsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListFrameworkAuditsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|
setFilter(String value)
public ListFrameworkAuditsRequest.Builder setFilter(String value) Optional. The filters to apply to the framework audits.
Supported filters are compliance_framework, compliance_state,
create_time, and framework_audit_name. If the filter is invalid, an
invalid argument error is returned.
For syntax details, see AIP-160.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListFrameworkAuditsRequest.Builder setFilterBytes(ByteString value) Optional. The filters to apply to the framework audits.
Supported filters are compliance_framework, compliance_state,
create_time, and framework_audit_name. If the filter is invalid, an
invalid argument error is returned.
For syntax details, see AIP-160.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListFrameworkAuditsRequest.Builder setPageSize(int value)Optional. The maximum number of framework audits to return. The service might return fewer audits than this value. If unspecified, a maximum of 10 framework audits are returned. The maximum value is 50; values above 50 are limited to 50.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListFrameworkAuditsRequest.Builder setPageToken(String value) Optional. The next_page_token value that's returned from a previous list
request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListFrameworkAuditsRequest.Builder setPageTokenBytes(ByteString value) Optional. The next_page_token value that's returned from a previous list
request, if any.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListFrameworkAuditsRequest.Builder setParent(String value)Required. The parent resource where the framework audits are listed.
Supported formats are the following:
organizations/{organization_id}/locations/{location}folders/{folder_id}/locations/{location}projects/{project_id}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListFrameworkAuditsRequest.Builder setParentBytes(ByteString value)Required. The parent resource where the framework audits are listed.
Supported formats are the following:
organizations/{organization_id}/locations/{location}folders/{folder_id}/locations/{location}projects/{project_id}/locations/{location}
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 |
ListFrameworkAuditsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListFrameworkAuditsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListFrameworkAuditsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListFrameworkAuditsRequest.Builder |
|