lightstep.com.google.api.ContextRuleOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/context.proto
package lightstep.lightstep.lightstep.com.google.api;
public interface ContextRuleOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.ContextRule)
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.MessageOrBuilder {
/**
*
* Selects the methods to which this rule applies.
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
*
*
* string selector = 1;
*/
String getSelector();
/**
*
* Selects the methods to which this rule applies.
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
*
*
* string selector = 1;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getSelectorBytes();
/**
*
* A list of full type names of requested contexts.
*
*
* repeated string requested = 2;
*/
java.util.List
getRequestedList();
/**
*
* A list of full type names of requested contexts.
*
*
* repeated string requested = 2;
*/
int getRequestedCount();
/**
*
* A list of full type names of requested contexts.
*
*
* repeated string requested = 2;
*/
String getRequested(int index);
/**
*
* A list of full type names of requested contexts.
*
*
* repeated string requested = 2;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getRequestedBytes(int index);
/**
*
* A list of full type names of provided contexts.
*
*
* repeated string provided = 3;
*/
java.util.List
getProvidedList();
/**
*
* A list of full type names of provided contexts.
*
*
* repeated string provided = 3;
*/
int getProvidedCount();
/**
*
* A list of full type names of provided contexts.
*
*
* repeated string provided = 3;
*/
String getProvided(int index);
/**
*
* A list of full type names of provided contexts.
*
*
* repeated string provided = 3;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getProvidedBytes(int index);
/**
*
* A list of full type names or extension IDs of extensions allowed in grpc
* side channel from client to backend.
*
*
* repeated string allowed_request_extensions = 4;
*/
java.util.List
getAllowedRequestExtensionsList();
/**
*
* A list of full type names or extension IDs of extensions allowed in grpc
* side channel from client to backend.
*
*
* repeated string allowed_request_extensions = 4;
*/
int getAllowedRequestExtensionsCount();
/**
*
* A list of full type names or extension IDs of extensions allowed in grpc
* side channel from client to backend.
*
*
* repeated string allowed_request_extensions = 4;
*/
String getAllowedRequestExtensions(int index);
/**
*
* A list of full type names or extension IDs of extensions allowed in grpc
* side channel from client to backend.
*
*
* repeated string allowed_request_extensions = 4;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getAllowedRequestExtensionsBytes(int index);
/**
*
* A list of full type names or extension IDs of extensions allowed in grpc
* side channel from backend to client.
*
*
* repeated string allowed_response_extensions = 5;
*/
java.util.List
getAllowedResponseExtensionsList();
/**
*
* A list of full type names or extension IDs of extensions allowed in grpc
* side channel from backend to client.
*
*
* repeated string allowed_response_extensions = 5;
*/
int getAllowedResponseExtensionsCount();
/**
*
* A list of full type names or extension IDs of extensions allowed in grpc
* side channel from backend to client.
*
*
* repeated string allowed_response_extensions = 5;
*/
String getAllowedResponseExtensions(int index);
/**
*
* A list of full type names or extension IDs of extensions allowed in grpc
* side channel from backend to client.
*
*
* repeated string allowed_response_extensions = 5;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getAllowedResponseExtensionsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy