Interface Service.TraceArchivalConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.TraceArchivalConfig, Service.TraceArchivalConfig.Builder
Enclosing class:
Service

public static interface Service.TraceArchivalConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional archival repository root override.
    com.google.protobuf.ByteString
    Optional archival repository root override.
    Optional archival retention override.
    com.google.protobuf.ByteString
    Optional archival retention override.
    boolean
    Optional archival repository root override.
    boolean
    Optional archival retention override.

    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 Details

    • hasLocation

      boolean hasLocation()
       Optional archival repository root override.
       
      optional string location = 1;
      Returns:
      Whether the location field is set.
    • getLocation

      String getLocation()
       Optional archival repository root override.
       
      optional string location = 1;
      Returns:
      The location.
    • getLocationBytes

      com.google.protobuf.ByteString getLocationBytes()
       Optional archival repository root override.
       
      optional string location = 1;
      Returns:
      The bytes for location.
    • hasRetention

      boolean hasRetention()
       Optional archival retention override. Format: <int><unit>, for example 30d.
       
      optional string retention = 2;
      Returns:
      Whether the retention field is set.
    • getRetention

      String getRetention()
       Optional archival retention override. Format: <int><unit>, for example 30d.
       
      optional string retention = 2;
      Returns:
      The retention.
    • getRetentionBytes

      com.google.protobuf.ByteString getRetentionBytes()
       Optional archival retention override. Format: <int><unit>, for example 30d.
       
      optional string retention = 2;
      Returns:
      The bytes for retention.