public static final class ListPosturesRequest.Builder extends GeneratedMessage.Builder<ListPosturesRequest.Builder> implements ListPosturesRequestOrBuilderMessage for requesting list of Postures.
Protobuf type google.cloud.securityposture.v1.ListPosturesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListPosturesRequest.BuilderImplements
ListPosturesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListPosturesRequest build()| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest |
|
buildPartial()
public ListPosturesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest |
|
clear()
public ListPosturesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest.Builder |
|
clearPageSize()
public ListPosturesRequest.Builder clearPageSize()Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListPosturesRequest.Builder clearPageToken()A token identifying a page of results the server should return.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest.Builder |
This builder for chaining. |
clearParent()
public ListPosturesRequest.Builder clearParent()Required. Parent value for ListPosturesRequest.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListPosturesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()A token identifying a page of results the server should return.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()A token identifying a page of results the server should return.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. Parent value for ListPosturesRequest.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. Parent value for ListPosturesRequest.
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(ListPosturesRequest other)
public ListPosturesRequest.Builder mergeFrom(ListPosturesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPosturesRequest |
| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListPosturesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListPosturesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest.Builder |
|
setPageSize(int value)
public ListPosturesRequest.Builder setPageSize(int value)Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListPosturesRequest.Builder setPageToken(String value)A token identifying a page of results the server should return.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListPosturesRequest.Builder setPageTokenBytes(ByteString value)A token identifying a page of results the server should return.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListPosturesRequest.Builder setParent(String value)Required. Parent value for ListPosturesRequest.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListPosturesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListPosturesRequest.Builder setParentBytes(ByteString value)Required. Parent value for ListPosturesRequest.
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 |
ListPosturesRequest.Builder |
This builder for chaining. |