Interface Service.GetSecretsConfig.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getSecretsAvailable()
      Whether the server is configured to handle secrets (encryption available)
      boolean hasSecretsAvailable()
      Whether the server is configured to handle secrets (encryption available)
      • 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

      • hasSecretsAvailable

        boolean hasSecretsAvailable()
         Whether the server is configured to handle secrets (encryption available)
         
        optional bool secrets_available = 1;
        Returns:
        Whether the secretsAvailable field is set.
      • getSecretsAvailable

        boolean getSecretsAvailable()
         Whether the server is configured to handle secrets (encryption available)
         
        optional bool secrets_available = 1;
        Returns:
        The secretsAvailable.