Class DeployFlowMetadata (0.52.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
TypeDescription
int

Static Methods

getDefaultInstance()

public static DeployFlowMetadata getDefaultInstance()
Returns
TypeDescription
DeployFlowMetadata

getDescriptor()

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

newBuilder()

public static DeployFlowMetadata.Builder newBuilder()
Returns
TypeDescription
DeployFlowMetadata.Builder

newBuilder(DeployFlowMetadata prototype)

public static DeployFlowMetadata.Builder newBuilder(DeployFlowMetadata prototype)
Parameter
NameDescription
prototypeDeployFlowMetadata
Returns
TypeDescription
DeployFlowMetadata.Builder

parseDelimitedFrom(InputStream input)

public static DeployFlowMetadata parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DeployFlowMetadata
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static DeployFlowMetadata parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
DeployFlowMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static DeployFlowMetadata parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
DeployFlowMetadata
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static DeployFlowMetadata parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DeployFlowMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static DeployFlowMetadata parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
DeployFlowMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<DeployFlowMetadata> parser()
Returns
TypeDescription
Parser<DeployFlowMetadata>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public DeployFlowMetadata getDefaultInstanceForType()
Returns
TypeDescription
DeployFlowMetadata

getParserForType()

public Parser<DeployFlowMetadata> getParserForType()
Returns
TypeDescription
Parser<DeployFlowMetadata>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
TestError

getTestErrorsCount()

public int getTestErrorsCount()

Errors of running deployment tests.

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

Returns
TypeDescription
int

getTestErrorsList()

public List<TestError> getTestErrorsList()

Errors of running deployment tests.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
TestErrorOrBuilder

getTestErrorsOrBuilderList()

public List<? extends TestErrorOrBuilder> getTestErrorsOrBuilderList()

Errors of running deployment tests.

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

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

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 DeployFlowMetadata.Builder newBuilderForType()
Returns
TypeDescription
DeployFlowMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public DeployFlowMetadata.Builder toBuilder()
Returns
TypeDescription
DeployFlowMetadata.Builder

writeTo(CodedOutputStream output)

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