public static final class ExportAgentRequest.GitDestination.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder> implements ExportAgentRequest.GitDestinationOrBuilder
Settings for exporting to a git branch.Protobuf type
google.cloud.dialogflow.cx.v3.ExportAgentRequest.GitDestinationgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>public ExportAgentRequest.GitDestination.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>public ExportAgentRequest.GitDestination getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ExportAgentRequest.GitDestination build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ExportAgentRequest.GitDestination buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ExportAgentRequest.GitDestination.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>public ExportAgentRequest.GitDestination.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>public ExportAgentRequest.GitDestination.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>public ExportAgentRequest.GitDestination.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>public ExportAgentRequest.GitDestination.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>public ExportAgentRequest.GitDestination.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>public ExportAgentRequest.GitDestination.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportAgentRequest.GitDestination.Builder>public ExportAgentRequest.GitDestination.Builder mergeFrom(ExportAgentRequest.GitDestination other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>public ExportAgentRequest.GitDestination.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportAgentRequest.GitDestination.Builder>IOExceptionpublic String getTrackingBranch()
Tracking branch for the git push.
string tracking_branch = 1;getTrackingBranch in interface ExportAgentRequest.GitDestinationOrBuilderpublic com.google.protobuf.ByteString getTrackingBranchBytes()
Tracking branch for the git push.
string tracking_branch = 1;getTrackingBranchBytes in interface ExportAgentRequest.GitDestinationOrBuilderpublic ExportAgentRequest.GitDestination.Builder setTrackingBranch(String value)
Tracking branch for the git push.
string tracking_branch = 1;value - The trackingBranch to set.public ExportAgentRequest.GitDestination.Builder clearTrackingBranch()
Tracking branch for the git push.
string tracking_branch = 1;public ExportAgentRequest.GitDestination.Builder setTrackingBranchBytes(com.google.protobuf.ByteString value)
Tracking branch for the git push.
string tracking_branch = 1;value - The bytes for trackingBranch to set.public String getCommitMessage()
Commit message for the git push.
string commit_message = 2;getCommitMessage in interface ExportAgentRequest.GitDestinationOrBuilderpublic com.google.protobuf.ByteString getCommitMessageBytes()
Commit message for the git push.
string commit_message = 2;getCommitMessageBytes in interface ExportAgentRequest.GitDestinationOrBuilderpublic ExportAgentRequest.GitDestination.Builder setCommitMessage(String value)
Commit message for the git push.
string commit_message = 2;value - The commitMessage to set.public ExportAgentRequest.GitDestination.Builder clearCommitMessage()
Commit message for the git push.
string commit_message = 2;public ExportAgentRequest.GitDestination.Builder setCommitMessageBytes(com.google.protobuf.ByteString value)
Commit message for the git push.
string commit_message = 2;value - The bytes for commitMessage to set.public final ExportAgentRequest.GitDestination.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>public final ExportAgentRequest.GitDestination.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAgentRequest.GitDestination.Builder>Copyright © 2025 Google LLC. All rights reserved.