public static final class ListPlaybooksResponse.Builder extends GeneratedMessageV3.Builder<ListPlaybooksResponse.Builder> implements ListPlaybooksResponseOrBuilder
The response message for Playbooks.ListPlaybooks.
Protobuf type google.cloud.dialogflow.cx.v3beta1.ListPlaybooksResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllPlaybooks(Iterable<? extends Playbook> values)
public ListPlaybooksResponse.Builder addAllPlaybooks(Iterable<? extends Playbook> values)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.dialogflow.cx.v3beta1.Playbook>
|
addPlaybooks(Playbook value)
public ListPlaybooksResponse.Builder addPlaybooks(Playbook value)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
addPlaybooks(Playbook.Builder builderForValue)
public ListPlaybooksResponse.Builder addPlaybooks(Playbook.Builder builderForValue)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
addPlaybooks(int index, Playbook value)
public ListPlaybooksResponse.Builder addPlaybooks(int index, Playbook value)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
addPlaybooks(int index, Playbook.Builder builderForValue)
public ListPlaybooksResponse.Builder addPlaybooks(int index, Playbook.Builder builderForValue)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
addPlaybooksBuilder()
public Playbook.Builder addPlaybooksBuilder()
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
addPlaybooksBuilder(int index)
public Playbook.Builder addPlaybooksBuilder(int index)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListPlaybooksResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overridesbuild()
public ListPlaybooksResponse build()
buildPartial()
public ListPlaybooksResponse buildPartial()
clear()
public ListPlaybooksResponse.Builder clear()
OverridesclearField(Descriptors.FieldDescriptor field)
public ListPlaybooksResponse.Builder clearField(Descriptors.FieldDescriptor field)
OverridesclearNextPageToken()
public ListPlaybooksResponse.Builder clearNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListPlaybooksResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
OverridesclearPlaybooks()
public ListPlaybooksResponse.Builder clearPlaybooks()
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
clone()
public ListPlaybooksResponse.Builder clone()
OverridesgetDefaultInstanceForType()
public ListPlaybooksResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
OverridesgetNextPageToken()
public String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
Returns |
---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken. |
getPlaybooks(int index)
public Playbook getPlaybooks(int index)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
Parameter |
---|
Name | Description |
index | int
|
getPlaybooksBuilder(int index)
public Playbook.Builder getPlaybooksBuilder(int index)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
Parameter |
---|
Name | Description |
index | int
|
getPlaybooksBuilderList()
public List<Playbook.Builder> getPlaybooksBuilderList()
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
getPlaybooksCount()
public int getPlaybooksCount()
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
Returns |
---|
Type | Description |
int | |
getPlaybooksList()
public List<Playbook> getPlaybooksList()
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
getPlaybooksOrBuilder(int index)
public PlaybookOrBuilder getPlaybooksOrBuilder(int index)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
Parameter |
---|
Name | Description |
index | int
|
getPlaybooksOrBuilderList()
public List<? extends PlaybookOrBuilder> getPlaybooksOrBuilderList()
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3beta1.PlaybookOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
OverridesisInitialized()
public final boolean isInitialized()
OverridesmergeFrom(ListPlaybooksResponse other)
public ListPlaybooksResponse.Builder mergeFrom(ListPlaybooksResponse other)
public ListPlaybooksResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
OverridesmergeFrom(Message other)
public ListPlaybooksResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
OverridesmergeUnknownFields(UnknownFieldSet unknownFields)
public final ListPlaybooksResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
OverridesremovePlaybooks(int index)
public ListPlaybooksResponse.Builder removePlaybooks(int index)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListPlaybooksResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
OverridessetNextPageToken(String value)
public ListPlaybooksResponse.Builder setNextPageToken(String value)
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set. |
setNextPageTokenBytes(ByteString value)
public ListPlaybooksResponse.Builder setNextPageTokenBytes(ByteString value)
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set. |
setPlaybooks(int index, Playbook value)
public ListPlaybooksResponse.Builder setPlaybooks(int index, Playbook value)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
setPlaybooks(int index, Playbook.Builder builderForValue)
public ListPlaybooksResponse.Builder setPlaybooks(int index, Playbook.Builder builderForValue)
The list of playbooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Playbook playbooks = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListPlaybooksResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
OverridessetUnknownFields(UnknownFieldSet unknownFields)
public final ListPlaybooksResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides