public final class VersionVariants extends GeneratedMessageV3 implements VersionVariantsOrBuilder
A list of flow version variants.
Protobuf type google.cloud.dialogflow.cx.v3beta1.VersionVariants
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
VARIANTS_FIELD_NUMBER
public static final int VARIANTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static VersionVariants getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static VersionVariants.Builder newBuilder()
newBuilder(VersionVariants prototype)
public static VersionVariants.Builder newBuilder(VersionVariants prototype)
public static VersionVariants parseDelimitedFrom(InputStream input)
public static VersionVariants parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static VersionVariants parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VersionVariants parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static VersionVariants parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VersionVariants parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VersionVariants parseFrom(CodedInputStream input)
public static VersionVariants parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static VersionVariants parseFrom(InputStream input)
public static VersionVariants parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static VersionVariants parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VersionVariants parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<VersionVariants> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public VersionVariants getDefaultInstanceForType()
getParserForType()
public Parser<VersionVariants> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getVariants(int index)
public VersionVariants.Variant getVariants(int index)
A list of flow version variants.
repeated .google.cloud.dialogflow.cx.v3beta1.VersionVariants.Variant variants = 1;
Parameter |
Name |
Description |
index |
int
|
getVariantsCount()
public int getVariantsCount()
A list of flow version variants.
repeated .google.cloud.dialogflow.cx.v3beta1.VersionVariants.Variant variants = 1;
Returns |
Type |
Description |
int |
|
getVariantsList()
public List<VersionVariants.Variant> getVariantsList()
A list of flow version variants.
repeated .google.cloud.dialogflow.cx.v3beta1.VersionVariants.Variant variants = 1;
getVariantsOrBuilder(int index)
public VersionVariants.VariantOrBuilder getVariantsOrBuilder(int index)
A list of flow version variants.
repeated .google.cloud.dialogflow.cx.v3beta1.VersionVariants.Variant variants = 1;
Parameter |
Name |
Description |
index |
int
|
getVariantsOrBuilderList()
public List<? extends VersionVariants.VariantOrBuilder> getVariantsOrBuilderList()
A list of flow version variants.
repeated .google.cloud.dialogflow.cx.v3beta1.VersionVariants.Variant variants = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.dialogflow.cx.v3beta1.VersionVariants.VariantOrBuilder> |
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public VersionVariants.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected VersionVariants.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public VersionVariants.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides