Class UpdateIngressRuleRequest (2.14.0)

publicfinalclass UpdateIngressRuleRequestextendsGeneratedMessageV3implementsUpdateIngressRuleRequestOrBuilder

Request message for Firewall.UpdateIngressRule.

Protobuf type google.appengine.v1.UpdateIngressRuleRequest

Inherited Members

Static Fields

NAME_FIELD_NUMBER

publicstaticfinalintNAME_FIELD_NUMBER
Field Value
Type Description
int

RULE_FIELD_NUMBER

publicstaticfinalintRULE_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_MASK_FIELD_NUMBER

publicstaticfinalintUPDATE_MASK_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticUpdateIngressRuleRequestgetDefaultInstance()
Returns
Type Description
UpdateIngressRuleRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticUpdateIngressRuleRequest.BuildernewBuilder()
Returns
Type Description
UpdateIngressRuleRequest.Builder

newBuilder(UpdateIngressRuleRequest prototype)

publicstaticUpdateIngressRuleRequest.BuildernewBuilder(UpdateIngressRuleRequestprototype)
Parameter
Name Description
prototype UpdateIngressRuleRequest
Returns
Type Description
UpdateIngressRuleRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticUpdateIngressRuleRequestparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateIngressRuleRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticUpdateIngressRuleRequestparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateIngressRuleRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticUpdateIngressRuleRequestparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateIngressRuleRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticUpdateIngressRuleRequestparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateIngressRuleRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticUpdateIngressRuleRequestparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateIngressRuleRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticUpdateIngressRuleRequestparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticUpdateIngressRuleRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateIngressRuleRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<UpdateIngressRuleRequest>parser()
Returns
Type Description
Parser<UpdateIngressRuleRequest>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicUpdateIngressRuleRequestgetDefaultInstanceForType()
Returns
Type Description
UpdateIngressRuleRequest

getName()

publicStringgetName()

Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

publicByteStringgetNameBytes()

Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

publicParser<UpdateIngressRuleRequest>getParserForType()
Returns
Type Description
Parser<UpdateIngressRuleRequest>
Overrides

getRule()

publicFirewallRulegetRule()

A FirewallRule containing the updated resource

.google.appengine.v1.FirewallRule rule = 2;

Returns
Type Description
FirewallRule

The rule.

getRuleOrBuilder()

publicFirewallRuleOrBuildergetRuleOrBuilder()

A FirewallRule containing the updated resource

.google.appengine.v1.FirewallRule rule = 2;

Returns
Type Description
FirewallRuleOrBuilder

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

publicfinalUnknownFieldSetgetUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

getUpdateMask()

publicFieldMaskgetUpdateMask()

Standard field mask for the set of fields to be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

publicFieldMaskOrBuildergetUpdateMaskOrBuilder()

Standard field mask for the set of fields to be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
FieldMaskOrBuilder

hasRule()

publicbooleanhasRule()

A FirewallRule containing the updated resource

.google.appengine.v1.FirewallRule rule = 2;

Returns
Type Description
boolean

Whether the rule field is set.

hasUpdateMask()

publicbooleanhasUpdateMask()

Standard field mask for the set of fields to be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
boolean

Whether the updateMask field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicUpdateIngressRuleRequest.BuildernewBuilderForType()
Returns
Type Description
UpdateIngressRuleRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedUpdateIngressRuleRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
UpdateIngressRuleRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicUpdateIngressRuleRequest.BuildertoBuilder()
Returns
Type Description
UpdateIngressRuleRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.