Class BatchUpdateIngressRulesResponse (2.2.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
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchUpdateIngressRulesResponse getDefaultInstance()
Returns
TypeDescription
BatchUpdateIngressRulesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BatchUpdateIngressRulesResponse.Builder newBuilder()
Returns
TypeDescription
BatchUpdateIngressRulesResponse.Builder

newBuilder(BatchUpdateIngressRulesResponse prototype)

public static BatchUpdateIngressRulesResponse.Builder newBuilder(BatchUpdateIngressRulesResponse prototype)
Parameter
NameDescription
prototypeBatchUpdateIngressRulesResponse
Returns
TypeDescription
BatchUpdateIngressRulesResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchUpdateIngressRulesResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BatchUpdateIngressRulesResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchUpdateIngressRulesResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchUpdateIngressRulesResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BatchUpdateIngressRulesResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BatchUpdateIngressRulesResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIngressRulesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateIngressRulesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BatchUpdateIngressRulesResponse> parser()
Returns
TypeDescription
Parser<BatchUpdateIngressRulesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public BatchUpdateIngressRulesResponse getDefaultInstanceForType()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
FirewallRule

getIngressRulesCount()

public int getIngressRulesCount()

The full list of ingress FirewallRules for this application.

repeated .google.appengine.v1.FirewallRule ingress_rules = 1;

Returns
TypeDescription
int

getIngressRulesList()

public List<FirewallRule> getIngressRulesList()

The full list of ingress FirewallRules for this application.

repeated .google.appengine.v1.FirewallRule ingress_rules = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.appengine.v1.firewall.FirewallRuleOrBuilder>

getParserForType()

public Parser<BatchUpdateIngressRulesResponse> getParserForType()
Returns
TypeDescription
Parser<BatchUpdateIngressRulesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BatchUpdateIngressRulesResponse.Builder newBuilderForType()
Returns
TypeDescription
BatchUpdateIngressRulesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchUpdateIngressRulesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BatchUpdateIngressRulesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BatchUpdateIngressRulesResponse.Builder toBuilder()
Returns
TypeDescription
BatchUpdateIngressRulesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException