Interface GenericSecretOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GenericSecret, GenericSecret.Builder

public interface GenericSecretOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Secret of generic type and is available to filters.
    Secret of generic type and is available to filters.
    boolean
    Secret of generic type and is available to filters.

    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

    • hasSecret

      boolean hasSecret()
       Secret of generic type and is available to filters.
       
      .envoy.config.core.v3.DataSource secret = 1 [(.udpa.annotations.sensitive) = true];
      Returns:
      Whether the secret field is set.
    • getSecret

      DataSource getSecret()
       Secret of generic type and is available to filters.
       
      .envoy.config.core.v3.DataSource secret = 1 [(.udpa.annotations.sensitive) = true];
      Returns:
      The secret.
    • getSecretOrBuilder

      DataSourceOrBuilder getSecretOrBuilder()
       Secret of generic type and is available to filters.
       
      .envoy.config.core.v3.DataSource secret = 1 [(.udpa.annotations.sensitive) = true];