Class ListIngressRulesRequest (2.5.0)

public final class ListIngressRulesRequest extends GeneratedMessageV3 implements ListIngressRulesRequestOrBuilder

Request message for Firewall.ListIngressRules.

Protobuf type google.appengine.v1.ListIngressRulesRequest

Static Fields

MATCHING_ADDRESS_FIELD_NUMBER

public static final int MATCHING_ADDRESS_FIELD_NUMBER
Field Value
TypeDescription
int

PAGE_SIZE_FIELD_NUMBER

public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
TypeDescription
int

PAGE_TOKEN_FIELD_NUMBER

public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListIngressRulesRequest getDefaultInstance()
Returns
TypeDescription
ListIngressRulesRequest

getDescriptor()

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

newBuilder()

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

newBuilder(ListIngressRulesRequest prototype)

public static ListIngressRulesRequest.Builder newBuilder(ListIngressRulesRequest prototype)
Parameter
NameDescription
prototypeListIngressRulesRequest
Returns
TypeDescription
ListIngressRulesRequest.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListIngressRulesRequest getDefaultInstanceForType()
Returns
TypeDescription
ListIngressRulesRequest

getMatchingAddress()

public String getMatchingAddress()

A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP.

string matching_address = 4;

Returns
TypeDescription
String

The matchingAddress.

getMatchingAddressBytes()

public ByteString getMatchingAddressBytes()

A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP.

string matching_address = 4;

Returns
TypeDescription
ByteString

The bytes for matchingAddress.

getPageSize()

public int getPageSize()

Maximum results to return per page.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

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

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

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

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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