public final class BatchUpdateIngressRulesResponse extends GeneratedMessageV3 implements BatchUpdateIngressRulesResponseOrBuilder
Response message for Firewall.UpdateAllIngressRules
.
Protobuf type google.appengine.v1.BatchUpdateIngressRulesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
INGRESS_RULES_FIELD_NUMBER
public static final int INGRESS_RULES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static BatchUpdateIngressRulesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BatchUpdateIngressRulesResponse.Builder newBuilder()
newBuilder(BatchUpdateIngressRulesResponse prototype)
public static BatchUpdateIngressRulesResponse.Builder newBuilder(BatchUpdateIngressRulesResponse prototype)
public static BatchUpdateIngressRulesResponse parseDelimitedFrom(InputStream input)
public static BatchUpdateIngressRulesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BatchUpdateIngressRulesResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIngressRulesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BatchUpdateIngressRulesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIngressRulesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIngressRulesResponse parseFrom(CodedInputStream input)
public static BatchUpdateIngressRulesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIngressRulesResponse parseFrom(InputStream input)
public static BatchUpdateIngressRulesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BatchUpdateIngressRulesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateIngressRulesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BatchUpdateIngressRulesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public BatchUpdateIngressRulesResponse getDefaultInstanceForType()
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 |
---|
Name | Description |
index | int
|
getIngressRulesCount()
public int getIngressRulesCount()
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
Returns |
---|
Type | Description |
int | |
getIngressRulesList()
public List<FirewallRule> getIngressRulesList()
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
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 |
---|
Name | Description |
index | int
|
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()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BatchUpdateIngressRulesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchUpdateIngressRulesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public BatchUpdateIngressRulesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides