public final class Backend extends GeneratedMessageV3 implements BackendOrBuilder
Backend
defines the backend configuration for a service.
Protobuf type google.api.Backend
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BackendImplements
BackendOrBuilderStatic Fields
RULES_FIELD_NUMBER
public static final int RULES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Backend getDefaultInstance()
Type | Description |
Backend |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Backend.Builder newBuilder()
Type | Description |
Backend.Builder |
newBuilder(Backend prototype)
public static Backend.Builder newBuilder(Backend prototype)
Name | Description |
prototype | Backend |
Type | Description |
Backend.Builder |
parseDelimitedFrom(InputStream input)
public static Backend parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Backend |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Backend parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Backend |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Backend parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Backend |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Backend parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Backend |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Backend parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Backend |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Backend parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Backend |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Backend parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Backend |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Backend parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Backend |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Backend parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Backend |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Backend parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Backend |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Backend parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Backend |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Backend parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Backend |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Backend> parser()
Type | Description |
Parser<Backend> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Backend getDefaultInstanceForType()
Type | Description |
Backend |
getParserForType()
public Parser<Backend> getParserForType()
Type | Description |
Parser<Backend> |
getRules(int index)
public BackendRule getRules(int index)
A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;
Name | Description |
index | int |
Type | Description |
BackendRule |
getRulesCount()
public int getRulesCount()
A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;
Type | Description |
int |
getRulesList()
public List<BackendRule> getRulesList()
A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;
Type | Description |
List<BackendRule> |
getRulesOrBuilder(int index)
public BackendRuleOrBuilder getRulesOrBuilder(int index)
A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;
Name | Description |
index | int |
Type | Description |
BackendRuleOrBuilder |
getRulesOrBuilderList()
public List<? extends BackendRuleOrBuilder> getRulesOrBuilderList()
A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
repeated .google.api.BackendRule rules = 1;
Type | Description |
List<? extends com.google.api.BackendRuleOrBuilder> |
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 Backend.Builder newBuilderForType()
Type | Description |
Backend.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Backend.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Backend.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Backend.Builder toBuilder()
Type | Description |
Backend.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |