public static final class ListSecurityCenterServicesRequest.Builder extends GeneratedMessageV3.Builder<ListSecurityCenterServicesRequest.Builder> implements ListSecurityCenterServicesRequestOrBuilderRequest message for listing Security Command Center services.
Protobuf type
google.cloud.securitycentermanagement.v1.ListSecurityCenterServicesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListSecurityCenterServicesRequest.BuilderImplements
ListSecurityCenterServicesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListSecurityCenterServicesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|
build()
public ListSecurityCenterServicesRequest build()| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest |
|
buildPartial()
public ListSecurityCenterServicesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest |
|
clear()
public ListSecurityCenterServicesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public ListSecurityCenterServicesRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public ListSecurityCenterServicesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|
clearPageSize()
public ListSecurityCenterServicesRequest.Builder clearPageSize()Optional. The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListSecurityCenterServicesRequest.Builder clearPageToken()Optional. The value returned by the last call indicating a continuation.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
This builder for chaining. |
clearParent()
public ListSecurityCenterServicesRequest.Builder clearParent()Required. The name of the parent to list Security Command Center services.
Formats:
- organizations/{organization}/locations/{location}
- folders/{folder}/locations/{location}
- projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
This builder for chaining. |
clone()
public ListSecurityCenterServicesRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|
getDefaultInstanceForType()
public ListSecurityCenterServicesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Optional. The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()Optional. The value returned by the last call indicating a continuation.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()Optional. The value returned by the last call indicating a continuation.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The name of the parent to list Security Command Center services.
Formats:
- organizations/{organization}/locations/{location}
- folders/{folder}/locations/{location}
- projects/{project}/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 name of the parent to list Security Command Center services.
Formats:
- organizations/{organization}/locations/{location}
- folders/{folder}/locations/{location}
- projects/{project}/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(ListSecurityCenterServicesRequest other)
public ListSecurityCenterServicesRequest.Builder mergeFrom(ListSecurityCenterServicesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSecurityCenterServicesRequest |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSecurityCenterServicesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListSecurityCenterServicesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListSecurityCenterServicesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListSecurityCenterServicesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|
setPageSize(int value)
public ListSecurityCenterServicesRequest.Builder setPageSize(int value)Optional. The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListSecurityCenterServicesRequest.Builder setPageToken(String value)Optional. The value returned by the last call indicating a continuation.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListSecurityCenterServicesRequest.Builder setPageTokenBytes(ByteString value)Optional. The value returned by the last call indicating a continuation.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListSecurityCenterServicesRequest.Builder setParent(String value)Required. The name of the parent to list Security Command Center services.
Formats:
- organizations/{organization}/locations/{location}
- folders/{folder}/locations/{location}
- projects/{project}/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 |
ListSecurityCenterServicesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListSecurityCenterServicesRequest.Builder setParentBytes(ByteString value)Required. The name of the parent to list Security Command Center services.
Formats:
- organizations/{organization}/locations/{location}
- folders/{folder}/locations/{location}
- projects/{project}/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 |
ListSecurityCenterServicesRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListSecurityCenterServicesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListSecurityCenterServicesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListSecurityCenterServicesRequest.Builder |
|