public static final class ListWebhooksResponse.Builder extends GeneratedMessageV3.Builder<ListWebhooksResponse.Builder> implements ListWebhooksResponseOrBuilder
The response message for
Webhooks.ListWebhooks.
Protobuf type google.cloud.dialogflow.cx.v3.ListWebhooksResponse
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
addAllWebhooks(Iterable<? extends Webhook> values)
public ListWebhooksResponse.Builder addAllWebhooks(Iterable<? extends Webhook> values)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.dialogflow.cx.v3.Webhook>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListWebhooksResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addWebhooks(Webhook value)
public ListWebhooksResponse.Builder addWebhooks(Webhook value)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
Parameter |
Name |
Description |
value |
Webhook
|
addWebhooks(Webhook.Builder builderForValue)
public ListWebhooksResponse.Builder addWebhooks(Webhook.Builder builderForValue)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
addWebhooks(int index, Webhook value)
public ListWebhooksResponse.Builder addWebhooks(int index, Webhook value)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
Parameters |
Name |
Description |
index |
int
|
value |
Webhook
|
addWebhooks(int index, Webhook.Builder builderForValue)
public ListWebhooksResponse.Builder addWebhooks(int index, Webhook.Builder builderForValue)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
addWebhooksBuilder()
public Webhook.Builder addWebhooksBuilder()
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
addWebhooksBuilder(int index)
public Webhook.Builder addWebhooksBuilder(int index)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
Parameter |
Name |
Description |
index |
int
|
build()
public ListWebhooksResponse build()
buildPartial()
public ListWebhooksResponse buildPartial()
clear()
public ListWebhooksResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListWebhooksResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListWebhooksResponse.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 ListWebhooksResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearWebhooks()
public ListWebhooksResponse.Builder clearWebhooks()
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
clone()
public ListWebhooksResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListWebhooksResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
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.
|
getWebhooks(int index)
public Webhook getWebhooks(int index)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
Parameter |
Name |
Description |
index |
int
|
getWebhooksBuilder(int index)
public Webhook.Builder getWebhooksBuilder(int index)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
Parameter |
Name |
Description |
index |
int
|
getWebhooksBuilderList()
public List<Webhook.Builder> getWebhooksBuilderList()
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
getWebhooksCount()
public int getWebhooksCount()
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
Returns |
Type |
Description |
int |
|
getWebhooksList()
public List<Webhook> getWebhooksList()
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
getWebhooksOrBuilder(int index)
public WebhookOrBuilder getWebhooksOrBuilder(int index)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
Parameter |
Name |
Description |
index |
int
|
getWebhooksOrBuilderList()
public List<? extends WebhookOrBuilder> getWebhooksOrBuilderList()
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.dialogflow.cx.v3.WebhookOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListWebhooksResponse other)
public ListWebhooksResponse.Builder mergeFrom(ListWebhooksResponse other)
public ListWebhooksResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListWebhooksResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListWebhooksResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeWebhooks(int index)
public ListWebhooksResponse.Builder removeWebhooks(int index)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
Parameter |
Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListWebhooksResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListWebhooksResponse.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 ListWebhooksResponse.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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListWebhooksResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListWebhooksResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setWebhooks(int index, Webhook value)
public ListWebhooksResponse.Builder setWebhooks(int index, Webhook value)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;
Parameters |
Name |
Description |
index |
int
|
value |
Webhook
|
setWebhooks(int index, Webhook.Builder builderForValue)
public ListWebhooksResponse.Builder setWebhooks(int index, Webhook.Builder builderForValue)
The list of webhooks. There will be a maximum number of items returned
based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;