Package com.buildless.authz
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 Summary
Modifier and TypeMethodDescriptiongetEvents(int index) "Publishable" (telemetry) API keys for the current tenant.int"Publishable" (telemetry) API keys for the current tenant."Publishable" (telemetry) API keys for the current tenant.getEventsOrBuilder(int index) "Publishable" (telemetry) API keys for the current tenant.List<? extends ApiKeyInfoOrBuilder>"Publishable" (telemetry) API keys for the current tenant.getPrimary(int index) Primary API keys for the current tenant.intPrimary API keys for the current tenant.Primary API keys for the current tenant.getPrimaryOrBuilder(int index) Primary API keys for the current tenant.List<? extends ApiKeyInfoOrBuilder>Primary API keys for the current tenant.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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
"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
"Publishable" (telemetry) API keys for the current tenant.
repeated .buildless.authz.ApiKeyInfo events = 2 [json_name = "events", (.google.api.field_behavior) = OUTPUT_ONLY];
-