Class ServiceConnectAccessLogConfiguration

    • Method Detail

      • formatAsString

        public final String formatAsString()

        The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.

        If the service returns an enum value that is not available in the current SDK version, format will return ServiceConnectAccessLoggingFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from formatAsString().

        Returns:
        The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
        See Also:
        ServiceConnectAccessLoggingFormat
      • includeQueryParameters

        public final ServiceConnectIncludeQueryParameters includeQueryParameters()

        Specifies whether to include query parameters in Service Connect access logs.

        When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is DISABLED.

        If the service returns an enum value that is not available in the current SDK version, includeQueryParameters will return ServiceConnectIncludeQueryParameters.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from includeQueryParametersAsString().

        Returns:
        Specifies whether to include query parameters in Service Connect access logs.

        When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is DISABLED.

        See Also:
        ServiceConnectIncludeQueryParameters
      • includeQueryParametersAsString

        public final String includeQueryParametersAsString()

        Specifies whether to include query parameters in Service Connect access logs.

        When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is DISABLED.

        If the service returns an enum value that is not available in the current SDK version, includeQueryParameters will return ServiceConnectIncludeQueryParameters.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from includeQueryParametersAsString().

        Returns:
        Specifies whether to include query parameters in Service Connect access logs.

        When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is DISABLED.

        See Also:
        ServiceConnectIncludeQueryParameters
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)