public static interface ExportAgentRequest.GitDestinationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitMessage()
Commit message for the git push.
|
com.google.protobuf.ByteString |
getCommitMessageBytes()
Commit message for the git push.
|
String |
getTrackingBranch()
Tracking branch for the git push.
|
com.google.protobuf.ByteString |
getTrackingBranchBytes()
Tracking branch for the git push.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTrackingBranch()
Tracking branch for the git push.
string tracking_branch = 1;com.google.protobuf.ByteString getTrackingBranchBytes()
Tracking branch for the git push.
string tracking_branch = 1;String getCommitMessage()
Commit message for the git push.
string commit_message = 2;com.google.protobuf.ByteString getCommitMessageBytes()
Commit message for the git push.
string commit_message = 2;Copyright © 2025 Google LLC. All rights reserved.