- 2.58.0 (latest)
- 2.57.0
- 2.56.0
- 2.54.1
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.1
- 2.49.0
- 2.48.0
- 2.46.0
- 2.45.1
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.1
- 2.38.0
- 2.37.1
- 2.36.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.1
- 2.24.0
- 2.23.1
- 2.22.1
- 2.21.1
- 2.15.0
- 2.14.3
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.6
- 2.8.4
- 2.7.4
public interface ContextRuleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllowedRequestExtensions(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The allowedRequestExtensions at the given index. |
getAllowedRequestExtensionsBytes(int index)
public abstract ByteString getAllowedRequestExtensionsBytes(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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the allowedRequestExtensions at the given index. |
getAllowedRequestExtensionsCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
The count of allowedRequestExtensions. |
getAllowedRequestExtensionsList()
public abstract List<String> 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;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the allowedRequestExtensions. |
getAllowedResponseExtensions(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The allowedResponseExtensions at the given index. |
getAllowedResponseExtensionsBytes(int index)
public abstract ByteString getAllowedResponseExtensionsBytes(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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the allowedResponseExtensions at the given index. |
getAllowedResponseExtensionsCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
The count of allowedResponseExtensions. |
getAllowedResponseExtensionsList()
public abstract List<String> 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;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the allowedResponseExtensions. |
getProvided(int index)
public abstract String getProvided(int index)
A list of full type names of provided contexts. It is used to support propagating HTTP headers and ETags from the response extension.
repeated string provided = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The provided at the given index. |
getProvidedBytes(int index)
public abstract ByteString getProvidedBytes(int index)
A list of full type names of provided contexts. It is used to support propagating HTTP headers and ETags from the response extension.
repeated string provided = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the provided at the given index. |
getProvidedCount()
public abstract int getProvidedCount()
A list of full type names of provided contexts. It is used to support propagating HTTP headers and ETags from the response extension.
repeated string provided = 3;
Returns | |
---|---|
Type | Description |
int |
The count of provided. |
getProvidedList()
public abstract List<String> getProvidedList()
A list of full type names of provided contexts. It is used to support propagating HTTP headers and ETags from the response extension.
repeated string provided = 3;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the provided. |
getRequested(int index)
public abstract String getRequested(int index)
A list of full type names of requested contexts, only the requested context will be made available to the backend.
repeated string requested = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The requested at the given index. |
getRequestedBytes(int index)
public abstract ByteString getRequestedBytes(int index)
A list of full type names of requested contexts, only the requested context will be made available to the backend.
repeated string requested = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the requested at the given index. |
getRequestedCount()
public abstract int getRequestedCount()
A list of full type names of requested contexts, only the requested context will be made available to the backend.
repeated string requested = 2;
Returns | |
---|---|
Type | Description |
int |
The count of requested. |
getRequestedList()
public abstract List<String> getRequestedList()
A list of full type names of requested contexts, only the requested context will be made available to the backend.
repeated string requested = 2;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the requested. |
getSelector()
public abstract String getSelector()
Selects the methods to which this rule applies.
Refer to selector for syntax details.
string selector = 1;
Returns | |
---|---|
Type | Description |
String |
The selector. |
getSelectorBytes()
public abstract ByteString getSelectorBytes()
Selects the methods to which this rule applies.
Refer to selector for syntax details.
string selector = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for selector. |