Class BatchUpdateIngressRulesResponse (2.43.0)

public final class BatchUpdateIngressRulesResponse extends GeneratedMessageV3 implements BatchUpdateIngressRulesResponseOrBuilder

Response message for Firewall.UpdateAllIngressRules.

Protobuf type google.appengine.v1.BatchUpdateIngressRulesResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchUpdateIngressRulesResponse

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()
Returns
Type Description
BatchUpdateIngressRulesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BatchUpdateIngressRulesResponse.Builder newBuilder()
Returns
Type Description
BatchUpdateIngressRulesResponse.Builder

newBuilder(BatchUpdateIngressRulesResponse prototype)

public static BatchUpdateIngressRulesResponse.Builder newBuilder(BatchUpdateIngressRulesResponse prototype)
Parameter
Name Description
prototype BatchUpdateIngressRulesResponse
Returns
Type Description
BatchUpdateIngressRulesResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchUpdateIngressRulesResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BatchUpdateIngressRulesResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchUpdateIngressRulesResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchUpdateIngressRulesResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BatchUpdateIngressRulesResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BatchUpdateIngressRulesResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateIngressRulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BatchUpdateIngressRulesResponse> parser()
Returns
Type Description
Parser<BatchUpdateIngressRulesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BatchUpdateIngressRulesResponse getDefaultInstanceForType()
Returns
Type Description
BatchUpdateIngressRulesResponse

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
Returns
Type Description
FirewallRule

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;

Returns
Type Description
List<FirewallRule>

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
Returns
Type Description
FirewallRuleOrBuilder

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
Type Description
Parser<BatchUpdateIngressRulesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BatchUpdateIngressRulesResponse.Builder newBuilderForType()
Returns
Type Description
BatchUpdateIngressRulesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchUpdateIngressRulesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchUpdateIngressRulesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BatchUpdateIngressRulesResponse.Builder toBuilder()
Returns
Type Description
BatchUpdateIngressRulesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException