Interface IntelligenceConfig.Filter.CloudStorageLocationsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IntelligenceConfig.Filter.CloudStorageLocations, IntelligenceConfig.Filter.CloudStorageLocations.Builder
Enclosing class:
IntelligenceConfig.Filter

public static interface IntelligenceConfig.Filter.CloudStorageLocationsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getLocations(int index)
    Optional.
    com.google.protobuf.ByteString
    getLocationsBytes(int index)
    Optional.
    int
    Optional.
    Optional.

    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

    • getLocationsList

      List<String> getLocationsList()
       Optional. Bucket locations. Location can be any of the Cloud Storage
       regions specified in lower case format. For example, `us-east1`,
       `us-west1`.
       
      repeated string locations = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      A list containing the locations.
    • getLocationsCount

      int getLocationsCount()
       Optional. Bucket locations. Location can be any of the Cloud Storage
       regions specified in lower case format. For example, `us-east1`,
       `us-west1`.
       
      repeated string locations = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The count of locations.
    • getLocations

      String getLocations(int index)
       Optional. Bucket locations. Location can be any of the Cloud Storage
       regions specified in lower case format. For example, `us-east1`,
       `us-west1`.
       
      repeated string locations = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the element to return.
      Returns:
      The locations at the given index.
    • getLocationsBytes

      com.google.protobuf.ByteString getLocationsBytes(int index)
       Optional. Bucket locations. Location can be any of the Cloud Storage
       regions specified in lower case format. For example, `us-east1`,
       `us-west1`.
       
      repeated string locations = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the locations at the given index.