Interface FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPartitionBy​(int index)
      column names to use for partitioning
      com.google.protobuf.ByteString getPartitionByBytes​(int index)
      column names to use for partitioning
      int getPartitionByCount()
      column names to use for partitioning
      List<String> getPartitionByList()
      column names to use for partitioning
      String getPath()
      string path = 1;
      com.google.protobuf.ByteString getPathBytes()
      string path = 1;
      String getS3EndpointOverride()
      string s3_endpoint_override = 2;
      com.google.protobuf.ByteString getS3EndpointOverrideBytes()
      string s3_endpoint_override = 2;
      • 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

      • getPath

        String getPath()
        string path = 1;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
        string path = 1;
        Returns:
        The bytes for path.
      • getS3EndpointOverride

        String getS3EndpointOverride()
        string s3_endpoint_override = 2;
        Returns:
        The s3EndpointOverride.
      • getS3EndpointOverrideBytes

        com.google.protobuf.ByteString getS3EndpointOverrideBytes()
        string s3_endpoint_override = 2;
        Returns:
        The bytes for s3EndpointOverride.
      • getPartitionByList

        List<String> getPartitionByList()
         column names to use for partitioning
         
        repeated string partition_by = 3;
        Returns:
        A list containing the partitionBy.
      • getPartitionByCount

        int getPartitionByCount()
         column names to use for partitioning
         
        repeated string partition_by = 3;
        Returns:
        The count of partitionBy.
      • getPartitionBy

        String getPartitionBy​(int index)
         column names to use for partitioning
         
        repeated string partition_by = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The partitionBy at the given index.
      • getPartitionByBytes

        com.google.protobuf.ByteString getPartitionByBytes​(int index)
         column names to use for partitioning
         
        repeated string partition_by = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the partitionBy at the given index.