Class BatchUpdateIngressRulesRequest (2.3.3)

public final class BatchUpdateIngressRulesRequest extends GeneratedMessageV3 implements BatchUpdateIngressRulesRequestOrBuilder

Request message for Firewall.BatchUpdateIngressRules.

Protobuf type google.appengine.v1.BatchUpdateIngressRulesRequest

Inheritance

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

Static Fields

INGRESS_RULES_FIELD_NUMBER

public static final int INGRESS_RULES_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchUpdateIngressRulesRequest getDefaultInstance()
Returns
TypeDescription
BatchUpdateIngressRulesRequest

getDescriptor()

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

newBuilder()

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

newBuilder(BatchUpdateIngressRulesRequest prototype)

public static BatchUpdateIngressRulesRequest.Builder newBuilder(BatchUpdateIngressRulesRequest prototype)
Parameter
NameDescription
prototypeBatchUpdateIngressRulesRequest
Returns
TypeDescription
BatchUpdateIngressRulesRequest.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BatchUpdateIngressRulesRequest getDefaultInstanceForType()
Returns
TypeDescription
BatchUpdateIngressRulesRequest

getIngressRules(int index)

public FirewallRule getIngressRules(int index)

A list of FirewallRules to replace the existing set.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
FirewallRule

getIngressRulesCount()

public int getIngressRulesCount()

A list of FirewallRules to replace the existing set.

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

Returns
TypeDescription
int

getIngressRulesList()

public List<FirewallRule> getIngressRulesList()

A list of FirewallRules to replace the existing set.

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

Returns
TypeDescription
List<FirewallRule>

getIngressRulesOrBuilder(int index)

public FirewallRuleOrBuilder getIngressRulesOrBuilder(int index)

A list of FirewallRules to replace the existing set.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
FirewallRuleOrBuilder

getIngressRulesOrBuilderList()

public List<? extends FirewallRuleOrBuilder> getIngressRulesOrBuilderList()

A list of FirewallRules to replace the existing set.

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

Returns
TypeDescription
List<? extends com.google.appengine.v1.firewall.FirewallRuleOrBuilder>

getName()

public String getName()

Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<BatchUpdateIngressRulesRequest> getParserForType()
Returns
TypeDescription
Parser<BatchUpdateIngressRulesRequest>
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 BatchUpdateIngressRulesRequest.Builder newBuilderForType()
Returns
TypeDescription
BatchUpdateIngressRulesRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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