Interface RestoreAgentRequest.GitSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RestoreAgentRequest.GitSource
,RestoreAgentRequest.GitSource.Builder
- Enclosing class:
- RestoreAgentRequest
public static interface RestoreAgentRequest.GitSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTrackingBranch()
tracking branch for the git pullcom.google.protobuf.ByteString
getTrackingBranchBytes()
tracking branch for the git pull-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTrackingBranch
String getTrackingBranch()
tracking branch for the git pull
string tracking_branch = 1;
- Returns:
- The trackingBranch.
-
getTrackingBranchBytes
com.google.protobuf.ByteString getTrackingBranchBytes()
tracking branch for the git pull
string tracking_branch = 1;
- Returns:
- The bytes for trackingBranch.
-
-