- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.7
- 0.13.1
- 0.12.1
- 0.11.5
public static final class UpdateFlowRequest.Builder extends GeneratedMessageV3.Builder<UpdateFlowRequest.Builder> implements UpdateFlowRequestOrBuilder
The request message for Flows.UpdateFlow.
Protobuf type google.cloud.dialogflow.cx.v3.UpdateFlowRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateFlowRequest.BuilderImplements
UpdateFlowRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateFlowRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
build()
public UpdateFlowRequest build()
Returns | |
---|---|
Type | Description |
UpdateFlowRequest |
buildPartial()
public UpdateFlowRequest buildPartial()
Returns | |
---|---|
Type | Description |
UpdateFlowRequest |
clear()
public UpdateFlowRequest.Builder clear()
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public UpdateFlowRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
clearFlow()
public UpdateFlowRequest.Builder clearFlow()
Required. The flow to update.
.google.cloud.dialogflow.cx.v3.Flow flow = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
clearLanguageCode()
public UpdateFlowRequest.Builder clearLanguageCode()
The language of the following fields in flow
:
Flow.event_handlers.trigger_fulfillment.messages
Flow.event_handlers.trigger_fulfillment.conditional_cases
Flow.transition_routes.trigger_fulfillment.messages
Flow.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 3;
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateFlowRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
clearUpdateMask()
public UpdateFlowRequest.Builder clearUpdateMask()
The mask to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
clone()
public UpdateFlowRequest.Builder clone()
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
getDefaultInstanceForType()
public UpdateFlowRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
UpdateFlowRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFlow()
public Flow getFlow()
Required. The flow to update.
.google.cloud.dialogflow.cx.v3.Flow flow = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Flow |
The flow. |
getFlowBuilder()
public Flow.Builder getFlowBuilder()
Required. The flow to update.
.google.cloud.dialogflow.cx.v3.Flow flow = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Flow.Builder |
getFlowOrBuilder()
public FlowOrBuilder getFlowOrBuilder()
Required. The flow to update.
.google.cloud.dialogflow.cx.v3.Flow flow = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FlowOrBuilder |
getLanguageCode()
public String getLanguageCode()
The language of the following fields in flow
:
Flow.event_handlers.trigger_fulfillment.messages
Flow.event_handlers.trigger_fulfillment.conditional_cases
Flow.transition_routes.trigger_fulfillment.messages
Flow.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 3;
Returns | |
---|---|
Type | Description |
String |
The languageCode. |
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()
The language of the following fields in flow
:
Flow.event_handlers.trigger_fulfillment.messages
Flow.event_handlers.trigger_fulfillment.conditional_cases
Flow.transition_routes.trigger_fulfillment.messages
Flow.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for languageCode. |
getUpdateMask()
public FieldMask getUpdateMask()
The mask to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
The mask to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
Builder |
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The mask to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasFlow()
public boolean hasFlow()
Required. The flow to update.
.google.cloud.dialogflow.cx.v3.Flow flow = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the flow field is set. |
hasUpdateMask()
public boolean hasUpdateMask()
The mask to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFlow(Flow value)
public UpdateFlowRequest.Builder mergeFlow(Flow value)
Required. The flow to update.
.google.cloud.dialogflow.cx.v3.Flow flow = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
Flow |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
mergeFrom(UpdateFlowRequest other)
public UpdateFlowRequest.Builder mergeFrom(UpdateFlowRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateFlowRequest |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateFlowRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public UpdateFlowRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateFlowRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
mergeUpdateMask(FieldMask value)
public UpdateFlowRequest.Builder mergeUpdateMask(FieldMask value)
The mask to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
Parameter | |
---|---|
Name | Description |
value |
FieldMask |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateFlowRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
setFlow(Flow value)
public UpdateFlowRequest.Builder setFlow(Flow value)
Required. The flow to update.
.google.cloud.dialogflow.cx.v3.Flow flow = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
Flow |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
setFlow(Flow.Builder builderForValue)
public UpdateFlowRequest.Builder setFlow(Flow.Builder builderForValue)
Required. The flow to update.
.google.cloud.dialogflow.cx.v3.Flow flow = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
builderForValue |
Flow.Builder |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
setLanguageCode(String value)
public UpdateFlowRequest.Builder setLanguageCode(String value)
The language of the following fields in flow
:
Flow.event_handlers.trigger_fulfillment.messages
Flow.event_handlers.trigger_fulfillment.conditional_cases
Flow.transition_routes.trigger_fulfillment.messages
Flow.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 3;
Parameter | |
---|---|
Name | Description |
value |
String The languageCode to set. |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
This builder for chaining. |
setLanguageCodeBytes(ByteString value)
public UpdateFlowRequest.Builder setLanguageCodeBytes(ByteString value)
The language of the following fields in flow
:
Flow.event_handlers.trigger_fulfillment.messages
Flow.event_handlers.trigger_fulfillment.conditional_cases
Flow.transition_routes.trigger_fulfillment.messages
Flow.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
string language_code = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for languageCode to set. |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateFlowRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateFlowRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
setUpdateMask(FieldMask value)
public UpdateFlowRequest.Builder setUpdateMask(FieldMask value)
The mask to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
Parameter | |
---|---|
Name | Description |
value |
FieldMask |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateFlowRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
The mask to control which fields get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
UpdateFlowRequest.Builder |