public final class Context extends GeneratedMessageV3 implements ContextOrBuilder
Context
defines which contexts an API requests.
Example:
context:
rules:
- selector: "*"
requested:
- google.rpc.context.ProjectContext
- google.rpc.context.OriginContext
The above specifies that all methods in the API request
google.rpc.context.ProjectContext
andgoogle.rpc.context.OriginContext
. Available context types are defined in packagegoogle.rpc.context
. This also provides mechanism to allowlist any protobuf message extension that can be sent in grpc metadata using \u201cx-goog-ext-<extension_id>-bin\u201d and \u201cx-goog-ext-<extension_id>-jspb\u201d format. For example, list any service specific protobuf types that can appear in grpc metadata as follows in your yaml file: Example: context: rules: - selector: "google.example.library.v1.LibraryService.CreateBook"
allowed_request_extensions:
- google.foo.v1.NewExtension allowed_response_extensions:
- google.foo.v1.NewExtension You can also specify extension ID instead of fully qualified extension name here.
Protobuf type google.api.Context
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ContextImplements
ContextOrBuilderStatic Fields
RULES_FIELD_NUMBER
public static final int RULES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Context getDefaultInstance()
Type | Description |
Context |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Context.Builder newBuilder()
Type | Description |
Context.Builder |
newBuilder(Context prototype)
public static Context.Builder newBuilder(Context prototype)
Name | Description |
prototype | Context |
Type | Description |
Context.Builder |
parseDelimitedFrom(InputStream input)
public static Context parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Context |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Context parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Context |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Context parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Context |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Context parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Context |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Context parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Context |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Context parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Context |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Context parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Context |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Context parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Context |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Context parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Context |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Context parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Context |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Context parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Context |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Context parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Context |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Context> parser()
Type | Description |
Parser<Context> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Context getDefaultInstanceForType()
Type | Description |
Context |
getParserForType()
public Parser<Context> getParserForType()
Type | Description |
Parser<Context> |
getRules(int index)
public ContextRule getRules(int index)
A list of RPC context rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.ContextRule rules = 1;
Name | Description |
index | int |
Type | Description |
ContextRule |
getRulesCount()
public int getRulesCount()
A list of RPC context rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.ContextRule rules = 1;
Type | Description |
int |
getRulesList()
public List<ContextRule> getRulesList()
A list of RPC context rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.ContextRule rules = 1;
Type | Description |
List<ContextRule> |
getRulesOrBuilder(int index)
public ContextRuleOrBuilder getRulesOrBuilder(int index)
A list of RPC context rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.ContextRule rules = 1;
Name | Description |
index | int |
Type | Description |
ContextRuleOrBuilder |
getRulesOrBuilderList()
public List<? extends ContextRuleOrBuilder> getRulesOrBuilderList()
A list of RPC context rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.ContextRule rules = 1;
Type | Description |
List<? extends com.google.api.ContextRuleOrBuilder> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Context.Builder newBuilderForType()
Type | Description |
Context.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Context.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Context.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Context.Builder toBuilder()
Type | Description |
Context.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |