- 2.61.3 (latest)
- 2.61.2
- 2.60.0
- 2.59.2
- 2.58.0
- 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 static final class ContextRule.Builder extends GeneratedMessageV3.Builder<ContextRule.Builder> implements ContextRuleOrBuilder
A context rule provides information about the context for an individual API element.
Protobuf type google.api.ContextRule
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ContextRule.BuilderImplements
ContextRuleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllAllowedRequestExtensions(Iterable<String> values)
public ContextRule.Builder addAllAllowedRequestExtensions(Iterable<String> values)
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 |
values |
Iterable<String> The allowedRequestExtensions to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
addAllAllowedResponseExtensions(Iterable<String> values)
public ContextRule.Builder addAllAllowedResponseExtensions(Iterable<String> values)
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 |
values |
Iterable<String> The allowedResponseExtensions to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
addAllProvided(Iterable<String> values)
public ContextRule.Builder addAllProvided(Iterable<String> values)
A list of full type names of provided contexts.
repeated string provided = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The provided to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
addAllRequested(Iterable<String> values)
public ContextRule.Builder addAllRequested(Iterable<String> values)
A list of full type names of requested contexts.
repeated string requested = 2;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The requested to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
addAllowedRequestExtensions(String value)
public ContextRule.Builder addAllowedRequestExtensions(String value)
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 |
value |
String The allowedRequestExtensions to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
addAllowedRequestExtensionsBytes(ByteString value)
public ContextRule.Builder addAllowedRequestExtensionsBytes(ByteString value)
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 |
value |
ByteString The bytes of the allowedRequestExtensions to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
addAllowedResponseExtensions(String value)
public ContextRule.Builder addAllowedResponseExtensions(String value)
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 |
value |
String The allowedResponseExtensions to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
addAllowedResponseExtensionsBytes(ByteString value)
public ContextRule.Builder addAllowedResponseExtensionsBytes(ByteString value)
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 |
value |
ByteString The bytes of the allowedResponseExtensions to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
addProvided(String value)
public ContextRule.Builder addProvided(String value)
A list of full type names of provided contexts.
repeated string provided = 3;
Parameter | |
---|---|
Name | Description |
value |
String The provided to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
addProvidedBytes(ByteString value)
public ContextRule.Builder addProvidedBytes(ByteString value)
A list of full type names of provided contexts.
repeated string provided = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the provided to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ContextRule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
addRequested(String value)
public ContextRule.Builder addRequested(String value)
A list of full type names of requested contexts.
repeated string requested = 2;
Parameter | |
---|---|
Name | Description |
value |
String The requested to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
addRequestedBytes(ByteString value)
public ContextRule.Builder addRequestedBytes(ByteString value)
A list of full type names of requested contexts.
repeated string requested = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the requested to add. |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
This builder for chaining. |
build()
public ContextRule build()
Returns | |
---|---|
Type | Description |
ContextRule |
buildPartial()
public ContextRule buildPartial()
Returns | |
---|---|
Type | Description |
ContextRule |
clear()
public ContextRule.Builder clear()
Returns | |
---|---|
Type | Description |
ContextRule.Builder |
clearAllowedRequestExtensions()
public ContextRule.Builder clearAllowedRequestExtensions()
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 |
ContextRule.Builder |
This builder for chaining. |
clearAllowedResponseExtensions()
public ContextRule.Builder clearAllowedResponseExtensions()
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 |
ContextRule.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ContextRule.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ContextRule.Builder |