Interface Telemetry.ServerLaunch.Features.Storage.GitOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAuth()
      bool auth = 2;
      com.google.protobuf.Duration getPollInterval()
      .google.protobuf.Duration poll_interval = 3;
      com.google.protobuf.DurationOrBuilder getPollIntervalOrBuilder()
      .google.protobuf.Duration poll_interval = 3;
      java.lang.String getProtocol()
      string protocol = 1;
      com.google.protobuf.ByteString getProtocolBytes()
      string protocol = 1;
      boolean hasPollInterval()
      .google.protobuf.Duration poll_interval = 3;
      • 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

      • getProtocol

        java.lang.String getProtocol()
        string protocol = 1;
        Returns:
        The protocol.
      • getProtocolBytes

        com.google.protobuf.ByteString getProtocolBytes()
        string protocol = 1;
        Returns:
        The bytes for protocol.
      • getAuth

        boolean getAuth()
        bool auth = 2;
        Returns:
        The auth.
      • hasPollInterval

        boolean hasPollInterval()
        .google.protobuf.Duration poll_interval = 3;
        Returns:
        Whether the pollInterval field is set.
      • getPollInterval

        com.google.protobuf.Duration getPollInterval()
        .google.protobuf.Duration poll_interval = 3;
        Returns:
        The pollInterval.
      • getPollIntervalOrBuilder

        com.google.protobuf.DurationOrBuilder getPollIntervalOrBuilder()
        .google.protobuf.Duration poll_interval = 3;