Class DeployFlowMetadata (0.54.0)

public final class DeployFlowMetadata extends GeneratedMessageV3 implements DeployFlowMetadataOrBuilder

Metadata returned for the Environments.DeployFlow long running operation.

Protobuf type google.cloud.dialogflow.cx.v3.DeployFlowMetadata

Static Fields

TEST_ERRORS_FIELD_NUMBER

public static final int TEST_ERRORS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DeployFlowMetadata getDefaultInstance()
Returns
Type Description
DeployFlowMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DeployFlowMetadata.Builder newBuilder()
Returns
Type Description
DeployFlowMetadata.Builder

newBuilder(DeployFlowMetadata prototype)

public static DeployFlowMetadata.Builder newBuilder(DeployFlowMetadata prototype)
Parameter
Name Description
prototype DeployFlowMetadata
Returns
Type Description
DeployFlowMetadata.Builder

parseDelimitedFrom(InputStream input)

public static DeployFlowMetadata parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeployFlowMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DeployFlowMetadata parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DeployFlowMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DeployFlowMetadata parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DeployFlowMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DeployFlowMetadata parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DeployFlowMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DeployFlowMetadata parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeployFlowMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DeployFlowMetadata parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DeployFlowMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeployFlowMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DeployFlowMetadata> parser()
Returns
Type Description
Parser<DeployFlowMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DeployFlowMetadata getDefaultInstanceForType()
Returns
Type Description
DeployFlowMetadata

getParserForType()

public Parser<DeployFlowMetadata> getParserForType()
Returns
Type Description
Parser<DeployFlowMetadata>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTestErrors(int index)

public TestError getTestErrors(int index)

Errors of running deployment tests.

repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;

Parameter
Name Description
index int
Returns
Type Description
TestError

getTestErrorsCount()

public int getTestErrorsCount()

Errors of running deployment tests.

repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;

Returns
Type Description
int

getTestErrorsList()

public List<TestError> getTestErrorsList()

Errors of running deployment tests.

repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;

Returns
Type Description
List<TestError>

getTestErrorsOrBuilder(int index)

public TestErrorOrBuilder getTestErrorsOrBuilder(int index)

Errors of running deployment tests.

repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;

Parameter
Name Description
index int
Returns
Type Description
TestErrorOrBuilder

getTestErrorsOrBuilderList()

public List<? extends TestErrorOrBuilder> getTestErrorsOrBuilderList()

Errors of running deployment tests.

repeated .google.cloud.dialogflow.cx.v3.TestError test_errors = 1;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.cx.v3.TestErrorOrBuilder>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DeployFlowMetadata.Builder newBuilderForType()
Returns
Type Description
DeployFlowMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DeployFlowMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DeployFlowMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DeployFlowMetadata.Builder toBuilder()
Returns
Type Description
DeployFlowMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException