public interface ContextRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProvided(int index)
A list of full type names of provided contexts.
|
com.google.protobuf.ByteString |
getProvidedBytes(int index)
A list of full type names of provided contexts.
|
int |
getProvidedCount()
A list of full type names of provided contexts.
|
java.util.List<java.lang.String> |
getProvidedList()
A list of full type names of provided contexts.
|
java.lang.String |
getRequested(int index)
A list of full type names of requested contexts.
|
com.google.protobuf.ByteString |
getRequestedBytes(int index)
A list of full type names of requested contexts.
|
int |
getRequestedCount()
A list of full type names of requested contexts.
|
java.util.List<java.lang.String> |
getRequestedList()
A list of full type names of requested contexts.
|
java.lang.String |
getSelector()
Selects the methods to which this rule applies.
|
com.google.protobuf.ByteString |
getSelectorBytes()
Selects the methods to which this rule applies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getSelector()
Selects the methods to which this rule applies. Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
optional string selector = 1;com.google.protobuf.ByteString getSelectorBytes()
Selects the methods to which this rule applies. Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
optional string selector = 1;java.util.List<java.lang.String> 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;java.lang.String getRequested(int index)
A list of full type names of requested contexts.
repeated string requested = 2;com.google.protobuf.ByteString getRequestedBytes(int index)
A list of full type names of requested contexts.
repeated string requested = 2;java.util.List<java.lang.String> 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;java.lang.String getProvided(int index)
A list of full type names of provided contexts.
repeated string provided = 3;com.google.protobuf.ByteString getProvidedBytes(int index)
A list of full type names of provided contexts.
repeated string provided = 3;