Interface ApiCredentialsOrBuilder

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

public interface ApiCredentialsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPrimaryList

      List<ApiKeyInfo> getPrimaryList()
       Primary API keys for the current tenant.
       
      repeated .buildless.authz.ApiKeyInfo primary = 1 [json_name = "primary", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getPrimary

      ApiKeyInfo getPrimary(int index)
       Primary API keys for the current tenant.
       
      repeated .buildless.authz.ApiKeyInfo primary = 1 [json_name = "primary", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getPrimaryCount

      int getPrimaryCount()
       Primary API keys for the current tenant.
       
      repeated .buildless.authz.ApiKeyInfo primary = 1 [json_name = "primary", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getPrimaryOrBuilderList

      List<? extends ApiKeyInfoOrBuilder> getPrimaryOrBuilderList()
       Primary API keys for the current tenant.
       
      repeated .buildless.authz.ApiKeyInfo primary = 1 [json_name = "primary", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getPrimaryOrBuilder

      ApiKeyInfoOrBuilder getPrimaryOrBuilder(int index)
       Primary API keys for the current tenant.
       
      repeated .buildless.authz.ApiKeyInfo primary = 1 [json_name = "primary", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getEventsList

      List<ApiKeyInfo> getEventsList()
       "Publishable" (telemetry) API keys for the current tenant.
       
      repeated .buildless.authz.ApiKeyInfo events = 2 [json_name = "events", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getEvents

      ApiKeyInfo getEvents(int index)
       "Publishable" (telemetry) API keys for the current tenant.
       
      repeated .buildless.authz.ApiKeyInfo events = 2 [json_name = "events", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getEventsCount

      int getEventsCount()
       "Publishable" (telemetry) API keys for the current tenant.
       
      repeated .buildless.authz.ApiKeyInfo events = 2 [json_name = "events", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getEventsOrBuilderList

      List<? extends ApiKeyInfoOrBuilder> getEventsOrBuilderList()
       "Publishable" (telemetry) API keys for the current tenant.
       
      repeated .buildless.authz.ApiKeyInfo events = 2 [json_name = "events", (.google.api.field_behavior) = OUTPUT_ONLY];
    • getEventsOrBuilder

      ApiKeyInfoOrBuilder getEventsOrBuilder(int index)
       "Publishable" (telemetry) API keys for the current tenant.
       
      repeated .buildless.authz.ApiKeyInfo events = 2 [json_name = "events", (.google.api.field_behavior) = OUTPUT_ONLY];