Class Fulfillment.Feature (4.47.0)

public static final class Fulfillment.Feature extends GeneratedMessageV3 implements Fulfillment.FeatureOrBuilder

Whether fulfillment is enabled for the specific feature.

Protobuf type google.cloud.dialogflow.v2.Fulfillment.Feature

Static Fields

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Fulfillment.Feature getDefaultInstance()
Returns
TypeDescription
Fulfillment.Feature

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Fulfillment.Feature.Builder newBuilder()
Returns
TypeDescription
Fulfillment.Feature.Builder

newBuilder(Fulfillment.Feature prototype)

public static Fulfillment.Feature.Builder newBuilder(Fulfillment.Feature prototype)
Parameter
NameDescription
prototypeFulfillment.Feature
Returns
TypeDescription
Fulfillment.Feature.Builder

parseDelimitedFrom(InputStream input)

public static Fulfillment.Feature parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Fulfillment.Feature parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Fulfillment.Feature parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Fulfillment.Feature parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Fulfillment.Feature parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Fulfillment.Feature parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Fulfillment.Feature parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Fulfillment.Feature parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Fulfillment.Feature parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Fulfillment.Feature parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Fulfillment.Feature parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Fulfillment.Feature parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Fulfillment.Feature
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Fulfillment.Feature> parser()
Returns
TypeDescription
Parser<Feature>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Fulfillment.Feature getDefaultInstanceForType()
Returns
TypeDescription
Fulfillment.Feature

getParserForType()

public Parser<Fulfillment.Feature> getParserForType()
Returns
TypeDescription
Parser<Feature>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getType()

public Fulfillment.Feature.Type getType()

The type of the feature that enabled for fulfillment.

.google.cloud.dialogflow.v2.Fulfillment.Feature.Type type = 1;

Returns
TypeDescription
Fulfillment.Feature.Type

The type.

getTypeValue()

public int getTypeValue()

The type of the feature that enabled for fulfillment.

.google.cloud.dialogflow.v2.Fulfillment.Feature.Type type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Fulfillment.Feature.Builder newBuilderForType()
Returns
TypeDescription
Fulfillment.Feature.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Fulfillment.Feature.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Fulfillment.Feature.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Fulfillment.Feature.Builder toBuilder()
Returns
TypeDescription
Fulfillment.Feature.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException