Class ListPlaybookVersionsRequest.Builder (0.94.0)

public static final class ListPlaybookVersionsRequest.Builder extends GeneratedMessage.Builder<ListPlaybookVersionsRequest.Builder> implements ListPlaybookVersionsRequestOrBuilder

The request message for Playbooks.ListPlaybookVersions.

Protobuf type google.cloud.dialogflow.cx.v3.ListPlaybookVersionsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ListPlaybookVersionsRequest build()
Returns
Type Description
ListPlaybookVersionsRequest

buildPartial()

public ListPlaybookVersionsRequest buildPartial()
Returns
Type Description
ListPlaybookVersionsRequest

clear()

public ListPlaybookVersionsRequest.Builder clear()
Returns
Type Description
ListPlaybookVersionsRequest.Builder
Overrides

clearPageSize()

public ListPlaybookVersionsRequest.Builder clearPageSize()

Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListPlaybookVersionsRequest.Builder

This builder for chaining.

clearPageToken()

public ListPlaybookVersionsRequest.Builder clearPageToken()

Optional. The next_page_token value returned from a previous list request.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListPlaybookVersionsRequest.Builder

This builder for chaining.

clearParent()

public ListPlaybookVersionsRequest.Builder clearParent()

Required. The playbook to list versions for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ListPlaybookVersionsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListPlaybookVersionsRequest getDefaultInstanceForType()
Returns
Type Description
ListPlaybookVersionsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPageSize()

public int getPageSize()

Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.

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 returned from a previous list request.

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 returned from a previous list request.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The playbook to list versions for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The playbook to list versions for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListPlaybookVersionsRequest other)

public ListPlaybookVersionsRequest.Builder mergeFrom(ListPlaybookVersionsRequest other)
Parameter
Name Description
other ListPlaybookVersionsRequest
Returns
Type Description
ListPlaybookVersionsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListPlaybookVersionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListPlaybookVersionsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListPlaybookVersionsRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListPlaybookVersionsRequest.Builder
Overrides

setPageSize(int value)

public ListPlaybookVersionsRequest.Builder setPageSize(int value)

Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListPlaybookVersionsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListPlaybookVersionsRequest.Builder setPageToken(String value)

Optional. The next_page_token value returned from a previous list request.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListPlaybookVersionsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListPlaybookVersionsRequest.Builder setPageTokenBytes(ByteString value)

Optional. The next_page_token value returned from a previous list request.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListPlaybookVersionsRequest.Builder

This builder for chaining.

setParent(String value)

public ListPlaybookVersionsRequest.Builder setParent(String value)

Required. The playbook to list versions for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListPlaybookVersionsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListPlaybookVersionsRequest.Builder setParentBytes(ByteString value)

Required. The playbook to list versions for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListPlaybookVersionsRequest.Builder

This builder for chaining.