Interface RestrictionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Restrictions,Restrictions.Builder
public interface RestrictionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecifies the message restrictions.booleanSpecifies the method restrictions.Deprecated.intSpecifies the message restrictions.Specifies the message restrictions.getMessageRestrictionsOrDefault(String key, MessageRestrictions defaultValue) Specifies the message restrictions.Specifies the message restrictions.Deprecated.intSpecifies the method restrictions.Specifies the method restrictions.getMethodRestrictionsOrDefault(String key, MethodRestrictions defaultValue) Specifies the method restrictions.Specifies the method restrictions.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
-
getMethodRestrictionsCount
int getMethodRestrictionsCount()Specifies the method restrictions. Key - Fully qualified method name e.g., ``endpoints.examples.bookstore.BookStore/GetShelf``. Value - Method restrictions.
map<string, .envoy.extensions.filters.http.proto_api_scrubber.v3.MethodRestrictions> method_restrictions = 1; -
containsMethodRestrictions
Specifies the method restrictions. Key - Fully qualified method name e.g., ``endpoints.examples.bookstore.BookStore/GetShelf``. Value - Method restrictions.
map<string, .envoy.extensions.filters.http.proto_api_scrubber.v3.MethodRestrictions> method_restrictions = 1; -
getMethodRestrictions
Deprecated.UsegetMethodRestrictionsMap()instead. -
getMethodRestrictionsMap
Map<String,MethodRestrictions> getMethodRestrictionsMap()Specifies the method restrictions. Key - Fully qualified method name e.g., ``endpoints.examples.bookstore.BookStore/GetShelf``. Value - Method restrictions.
map<string, .envoy.extensions.filters.http.proto_api_scrubber.v3.MethodRestrictions> method_restrictions = 1; -
getMethodRestrictionsOrDefault
Specifies the method restrictions. Key - Fully qualified method name e.g., ``endpoints.examples.bookstore.BookStore/GetShelf``. Value - Method restrictions.
map<string, .envoy.extensions.filters.http.proto_api_scrubber.v3.MethodRestrictions> method_restrictions = 1; -
getMethodRestrictionsOrThrow
Specifies the method restrictions. Key - Fully qualified method name e.g., ``endpoints.examples.bookstore.BookStore/GetShelf``. Value - Method restrictions.
map<string, .envoy.extensions.filters.http.proto_api_scrubber.v3.MethodRestrictions> method_restrictions = 1; -
getMessageRestrictionsCount
int getMessageRestrictionsCount()Specifies the message restrictions. Key - Fully qualified message name e.g., ``endpoints.examples.bookstore.Book``. Value - Message restrictions.
map<string, .envoy.extensions.filters.http.proto_api_scrubber.v3.MessageRestrictions> message_restrictions = 2; -
containsMessageRestrictions
Specifies the message restrictions. Key - Fully qualified message name e.g., ``endpoints.examples.bookstore.Book``. Value - Message restrictions.
map<string, .envoy.extensions.filters.http.proto_api_scrubber.v3.MessageRestrictions> message_restrictions = 2; -
getMessageRestrictions
Deprecated.UsegetMessageRestrictionsMap()instead. -
getMessageRestrictionsMap
Map<String,MessageRestrictions> getMessageRestrictionsMap()Specifies the message restrictions. Key - Fully qualified message name e.g., ``endpoints.examples.bookstore.Book``. Value - Message restrictions.
map<string, .envoy.extensions.filters.http.proto_api_scrubber.v3.MessageRestrictions> message_restrictions = 2; -
getMessageRestrictionsOrDefault
Specifies the message restrictions. Key - Fully qualified message name e.g., ``endpoints.examples.bookstore.Book``. Value - Message restrictions.
map<string, .envoy.extensions.filters.http.proto_api_scrubber.v3.MessageRestrictions> message_restrictions = 2; -
getMessageRestrictionsOrThrow
Specifies the message restrictions. Key - Fully qualified message name e.g., ``endpoints.examples.bookstore.Book``. Value - Message restrictions.
map<string, .envoy.extensions.filters.http.proto_api_scrubber.v3.MessageRestrictions> message_restrictions = 2;
-