Class ExportAgentRequest.GitDestination (0.52.0)

public static final class ExportAgentRequest.GitDestination extends GeneratedMessageV3 implements ExportAgentRequest.GitDestinationOrBuilder

Settings for exporting to a git branch.

Protobuf type google.cloud.dialogflow.cx.v3.ExportAgentRequest.GitDestination

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ExportAgentRequest.GitDestination

Static Fields

COMMIT_MESSAGE_FIELD_NUMBER

public static final int COMMIT_MESSAGE_FIELD_NUMBER
Field Value
TypeDescription
int

TRACKING_BRANCH_FIELD_NUMBER

public static final int TRACKING_BRANCH_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ExportAgentRequest.GitDestination getDefaultInstance()
Returns
TypeDescription
ExportAgentRequest.GitDestination

getDescriptor()

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

newBuilder()

public static ExportAgentRequest.GitDestination.Builder newBuilder()
Returns
TypeDescription
ExportAgentRequest.GitDestination.Builder

newBuilder(ExportAgentRequest.GitDestination prototype)

public static ExportAgentRequest.GitDestination.Builder newBuilder(ExportAgentRequest.GitDestination prototype)
Parameter
NameDescription
prototypeExportAgentRequest.GitDestination
Returns
TypeDescription
ExportAgentRequest.GitDestination.Builder

parseDelimitedFrom(InputStream input)

public static ExportAgentRequest.GitDestination parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExportAgentRequest.GitDestination
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static ExportAgentRequest.GitDestination parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ExportAgentRequest.GitDestination
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static ExportAgentRequest.GitDestination parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ExportAgentRequest.GitDestination
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static ExportAgentRequest.GitDestination parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExportAgentRequest.GitDestination
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static ExportAgentRequest.GitDestination parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ExportAgentRequest.GitDestination
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<ExportAgentRequest.GitDestination> parser()
Returns
TypeDescription
Parser<GitDestination>

Methods

equals(Object obj)

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

getCommitMessage()

public String getCommitMessage()

Commit message for the git push.

string commit_message = 2;

Returns
TypeDescription
String

The commitMessage.

getCommitMessageBytes()

public ByteString getCommitMessageBytes()

Commit message for the git push.

string commit_message = 2;

Returns
TypeDescription
ByteString

The bytes for commitMessage.

getDefaultInstanceForType()

public ExportAgentRequest.GitDestination getDefaultInstanceForType()
Returns
TypeDescription
ExportAgentRequest.GitDestination

getParserForType()

public Parser<ExportAgentRequest.GitDestination> getParserForType()
Returns
TypeDescription
Parser<GitDestination>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTrackingBranch()

public String getTrackingBranch()

Tracking branch for the git push.

string tracking_branch = 1;

Returns
TypeDescription
String

The trackingBranch.

getTrackingBranchBytes()

public ByteString getTrackingBranchBytes()

Tracking branch for the git push.

string tracking_branch = 1;

Returns
TypeDescription
ByteString

The bytes for trackingBranch.

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ExportAgentRequest.GitDestination.Builder toBuilder()
Returns
TypeDescription
ExportAgentRequest.GitDestination.Builder

writeTo(CodedOutputStream output)

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