Interface RestoreAgentRequest.GitSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTrackingBranch()
      tracking branch for the git pull
      com.google.protobuf.ByteString getTrackingBranchBytes()
      tracking branch for the git pull
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.