public static final class Agent.GitIntegrationSettings.GitConnectionSettings extends com.google.protobuf.GeneratedMessageV3 implements Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilder
Integration settings for a Git service hosted on Cloud Run.Protobuf type
google.cloud.dialogflow.cx.v3beta1.Agent.GitIntegrationSettings.GitConnectionSettings| Modifier and Type | Class and Description |
|---|---|
static class |
Agent.GitIntegrationSettings.GitConnectionSettings.Builder
Integration settings for a Git service hosted on Cloud Run.
|
static class |
Agent.GitIntegrationSettings.GitConnectionSettings.GitAuthenticationCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESS_TOKEN_SECRET_FIELD_NUMBER |
static int |
BRANCHES_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
REPOSITORY_URI_FIELD_NUMBER |
static int |
TRACKING_BRANCH_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DISPLAY_NAME_FIELD_NUMBER
public static final int REPOSITORY_URI_FIELD_NUMBER
public static final int TRACKING_BRANCH_FIELD_NUMBER
public static final int BRANCHES_FIELD_NUMBER
public static final int ACCESS_TOKEN_SECRET_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Agent.GitIntegrationSettings.GitConnectionSettings.GitAuthenticationCase getGitAuthenticationCase()
getGitAuthenticationCase in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic String getDisplayName()
Required. Display name for the repository
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];getDisplayName in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name for the repository
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];getDisplayNameBytes in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic String getRepositoryUri()
Required. Git server reporitory URI.
string repository_uri = 2 [(.google.api.field_behavior) = REQUIRED];getRepositoryUri in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic com.google.protobuf.ByteString getRepositoryUriBytes()
Required. Git server reporitory URI.
string repository_uri = 2 [(.google.api.field_behavior) = REQUIRED];getRepositoryUriBytes in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic String getTrackingBranch()
Required. Default branch of the repository.
string tracking_branch = 3 [(.google.api.field_behavior) = REQUIRED];getTrackingBranch in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic com.google.protobuf.ByteString getTrackingBranchBytes()
Required. Default branch of the repository.
string tracking_branch = 3 [(.google.api.field_behavior) = REQUIRED];getTrackingBranchBytes in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic com.google.protobuf.ProtocolStringList getBranchesList()
Optional. List of branches configured for the repository.
repeated string branches = 4 [(.google.api.field_behavior) = OPTIONAL];getBranchesList in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic int getBranchesCount()
Optional. List of branches configured for the repository.
repeated string branches = 4 [(.google.api.field_behavior) = OPTIONAL];getBranchesCount in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic String getBranches(int index)
Optional. List of branches configured for the repository.
repeated string branches = 4 [(.google.api.field_behavior) = OPTIONAL];getBranches in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getBranchesBytes(int index)
Optional. List of branches configured for the repository.
repeated string branches = 4 [(.google.api.field_behavior) = OPTIONAL];getBranchesBytes in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderindex - The index of the value to return.public boolean hasAccessTokenSecret()
The name of the SecretManager secret version resource storing the
git access token.
Format: `projects/{project}/secrets/{secret}/versions/{version}`
string access_token_secret = 5 [(.google.api.resource_reference) = { ... }hasAccessTokenSecret in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic String getAccessTokenSecret()
The name of the SecretManager secret version resource storing the
git access token.
Format: `projects/{project}/secrets/{secret}/versions/{version}`
string access_token_secret = 5 [(.google.api.resource_reference) = { ... }getAccessTokenSecret in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic com.google.protobuf.ByteString getAccessTokenSecretBytes()
The name of the SecretManager secret version resource storing the
git access token.
Format: `projects/{project}/secrets/{secret}/versions/{version}`
string access_token_secret = 5 [(.google.api.resource_reference) = { ... }getAccessTokenSecretBytes in interface Agent.GitIntegrationSettings.GitConnectionSettingsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Agent.GitIntegrationSettings.GitConnectionSettings parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Agent.GitIntegrationSettings.GitConnectionSettings parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Agent.GitIntegrationSettings.GitConnectionSettings parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Agent.GitIntegrationSettings.GitConnectionSettings parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Agent.GitIntegrationSettings.GitConnectionSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Agent.GitIntegrationSettings.GitConnectionSettings parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Agent.GitIntegrationSettings.GitConnectionSettings parseFrom(InputStream input) throws IOException
IOExceptionpublic static Agent.GitIntegrationSettings.GitConnectionSettings parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Agent.GitIntegrationSettings.GitConnectionSettings parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Agent.GitIntegrationSettings.GitConnectionSettings parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Agent.GitIntegrationSettings.GitConnectionSettings parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Agent.GitIntegrationSettings.GitConnectionSettings parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Agent.GitIntegrationSettings.GitConnectionSettings.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Agent.GitIntegrationSettings.GitConnectionSettings.Builder newBuilder()
public static Agent.GitIntegrationSettings.GitConnectionSettings.Builder newBuilder(Agent.GitIntegrationSettings.GitConnectionSettings prototype)
public Agent.GitIntegrationSettings.GitConnectionSettings.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Agent.GitIntegrationSettings.GitConnectionSettings.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Agent.GitIntegrationSettings.GitConnectionSettings getDefaultInstance()
public static com.google.protobuf.Parser<Agent.GitIntegrationSettings.GitConnectionSettings> parser()
public com.google.protobuf.Parser<Agent.GitIntegrationSettings.GitConnectionSettings> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Agent.GitIntegrationSettings.GitConnectionSettings getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.