Interface Messages.Meta.CI.GitOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBranch()
      string branch = 3;
      com.google.protobuf.ByteString getBranchBytes()
      string branch = 3;
      String getRemote()
      string remote = 1;
      com.google.protobuf.ByteString getRemoteBytes()
      string remote = 1;
      String getRevision()
      string revision = 2;
      com.google.protobuf.ByteString getRevisionBytes()
      string revision = 2;
      String getTag()
      string tag = 4;
      com.google.protobuf.ByteString getTagBytes()
      string tag = 4;
      • 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

      • getRemote

        String getRemote()
        string remote = 1;
      • getRemoteBytes

        com.google.protobuf.ByteString getRemoteBytes()
        string remote = 1;
      • getRevision

        String getRevision()
        string revision = 2;
      • getRevisionBytes

        com.google.protobuf.ByteString getRevisionBytes()
        string revision = 2;
      • getBranch

        String getBranch()
        string branch = 3;
      • getBranchBytes

        com.google.protobuf.ByteString getBranchBytes()
        string branch = 3;
      • getTag

        String getTag()
        string tag = 4;
      • getTagBytes

        com.google.protobuf.ByteString getTagBytes()
        string tag = 4;