public final class BatchUpdateIngressRulesResponse extends GeneratedMessageV3 implements BatchUpdateIngressRulesResponseOrBuilder
Response message for Firewall.UpdateAllIngressRules
.
Protobuf type google.appengine.v1.BatchUpdateIngressRulesResponse
Static Fields
INGRESS_RULES_FIELD_NUMBER
public static final int INGRESS_RULES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static BatchUpdateIngressRulesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static BatchUpdateIngressRulesResponse.Builder newBuilder()
Returns
newBuilder(BatchUpdateIngressRulesResponse prototype)
public static BatchUpdateIngressRulesResponse.Builder newBuilder(BatchUpdateIngressRulesResponse prototype)
Parameter
Returns
public static BatchUpdateIngressRulesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchUpdateIngressRulesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BatchUpdateIngressRulesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIngressRulesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BatchUpdateIngressRulesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIngressRulesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchUpdateIngressRulesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BatchUpdateIngressRulesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchUpdateIngressRulesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchUpdateIngressRulesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BatchUpdateIngressRulesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIngressRulesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BatchUpdateIngressRulesResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public BatchUpdateIngressRulesResponse getDefaultInstanceForType()
Returns
getIngressRules(int index)
public FirewallRule getIngressRules(int index)
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
Parameter
Returns
getIngressRulesCount()
public int getIngressRulesCount()
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
Returns
getIngressRulesList()
public List<FirewallRule> getIngressRulesList()
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
Returns
getIngressRulesOrBuilder(int index)
public FirewallRuleOrBuilder getIngressRulesOrBuilder(int index)
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
Parameter
Returns
getIngressRulesOrBuilderList()
public List<? extends FirewallRuleOrBuilder> getIngressRulesOrBuilderList()
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
Returns
Type | Description |
List<? extends com.google.appengine.v1.firewall.FirewallRuleOrBuilder> | |
getParserForType()
public Parser<BatchUpdateIngressRulesResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public BatchUpdateIngressRulesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchUpdateIngressRulesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public BatchUpdateIngressRulesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions