public static final class DeletePageRequest.Builder extends GeneratedMessageV3.Builder<DeletePageRequest.Builder> implements DeletePageRequestOrBuilder
The request message for
Pages.DeletePage.
Protobuf type google.cloud.dialogflow.cx.v3.DeletePageRequest
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public DeletePageRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public DeletePageRequest build()
public DeletePageRequest buildPartial()
public DeletePageRequest.Builder clear()
Overrides
public DeletePageRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public DeletePageRequest.Builder clearForce()
This field has no effect for pages with no incoming transitions.
For pages with incoming transitions:
- If
force
is set to false, an error will be returned with message
indicating the incoming transitions.
- If
force
is set to true, Dialogflow will remove the page, as well as
any transitions to the page (i.e. Target
page in event handlers or Target
page in transition routes that point to
this page will be cleared).
bool force = 2;
public DeletePageRequest.Builder clearName()
Required. The name of the page to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/Flows/<flow ID>/pages/<Page ID>
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public DeletePageRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public DeletePageRequest.Builder clone()
Overrides
public DeletePageRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public boolean getForce()
This field has no effect for pages with no incoming transitions.
For pages with incoming transitions:
- If
force
is set to false, an error will be returned with message
indicating the incoming transitions.
- If
force
is set to true, Dialogflow will remove the page, as well as
any transitions to the page (i.e. Target
page in event handlers or Target
page in transition routes that point to
this page will be cleared).
bool force = 2;
Returns |
Type |
Description |
boolean |
The force.
|
Required. The name of the page to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/Flows/<flow ID>/pages/<Page ID>
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The name.
|
public ByteString getNameBytes()
Required. The name of the page to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/Flows/<flow ID>/pages/<Page ID>
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public DeletePageRequest.Builder mergeFrom(DeletePageRequest other)
public DeletePageRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public DeletePageRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final DeletePageRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public DeletePageRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public DeletePageRequest.Builder setForce(boolean value)
This field has no effect for pages with no incoming transitions.
For pages with incoming transitions:
- If
force
is set to false, an error will be returned with message
indicating the incoming transitions.
- If
force
is set to true, Dialogflow will remove the page, as well as
any transitions to the page (i.e. Target
page in event handlers or Target
page in transition routes that point to
this page will be cleared).
bool force = 2;
Parameter |
Name |
Description |
value |
boolean
The force to set.
|
public DeletePageRequest.Builder setName(String value)
Required. The name of the page to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/Flows/<flow ID>/pages/<Page ID>
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The name to set.
|
public DeletePageRequest.Builder setNameBytes(ByteString value)
Required. The name of the page to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/Flows/<flow ID>/pages/<Page ID>
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for name to set.
|
public DeletePageRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final DeletePageRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides