Send feedback
Class Input.SecurityRule (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.18.0 keyboard_arrow_down
public static final class Input . SecurityRule extends GeneratedMessageV3 implements Input . SecurityRuleOrBuilder
Security rules for access control. Each field represents one security rule.
Only when the source of the input stream satisfies all the fields, this
input stream can be accepted.
Protobuf type google.cloud.video.livestream.v1.Input.SecurityRule
Static Fields
public static final int IP_RANGES_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static Input . SecurityRule getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static Input . SecurityRule . Builder newBuilder ()
public static Input . SecurityRule . Builder newBuilder ( Input . SecurityRule prototype )
public static Input . SecurityRule parseDelimitedFrom ( InputStream input )
public static Input . SecurityRule parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static Input . SecurityRule parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static Input . SecurityRule parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static Input . SecurityRule parseFrom ( ByteString data )
public static Input . SecurityRule parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Input . SecurityRule parseFrom ( CodedInputStream input )
public static Input . SecurityRule parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Input . SecurityRule parseFrom ( InputStream input )
public static Input . SecurityRule parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static Input . SecurityRule parseFrom ( ByteBuffer data )
public static Input . SecurityRule parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<Input . SecurityRule> parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public Input . SecurityRule getDefaultInstanceForType ()
public String getIpRanges ( int index )
At least one ip range must match unless none specified. The IP range is
defined by CIDR block: for example, 192.0.1.0/24
for a range and
192.0.1.0/32
for a single IP address.
repeated string ip_ranges = 1;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The ipRanges at the given index.
public ByteString getIpRangesBytes ( int index )
At least one ip range must match unless none specified. The IP range is
defined by CIDR block: for example, 192.0.1.0/24
for a range and
192.0.1.0/32
for a single IP address.
repeated string ip_ranges = 1;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the ipRanges at the given index.
public int getIpRangesCount ()
At least one ip range must match unless none specified. The IP range is
defined by CIDR block: for example, 192.0.1.0/24
for a range and
192.0.1.0/32
for a single IP address.
repeated string ip_ranges = 1;
Returns Type Description int
The count of ipRanges.
public ProtocolStringList getIpRangesList ()
At least one ip range must match unless none specified. The IP range is
defined by CIDR block: for example, 192.0.1.0/24
for a range and
192.0.1.0/32
for a single IP address.
repeated string ip_ranges = 1;
public Parser<Input . SecurityRule> getParserForType ()
Overrides
public int getSerializedSize ()
Returns Type Description int
Overrides
public final UnknownFieldSet getUnknownFields ()
Overrides
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public Input . SecurityRule . Builder newBuilderForType ()
protected Input . SecurityRule . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public Input . SecurityRule . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
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 2024-10-04 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-04 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-04 UTC."]]