Class NgfwPacketInspectionInfo.Builder (1.88.0)

public static final class NgfwPacketInspectionInfo.Builder extends GeneratedMessage.Builder<NgfwPacketInspectionInfo.Builder> implements NgfwPacketInspectionInfoOrBuilder

For display only. Metadata associated with a layer 7 packet inspection by the firewall.

Protobuf type google.cloud.networkmanagement.v1beta1.NgfwPacketInspectionInfo

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public NgfwPacketInspectionInfo build()
Returns
Type Description
NgfwPacketInspectionInfo

buildPartial()

public NgfwPacketInspectionInfo buildPartial()
Returns
Type Description
NgfwPacketInspectionInfo

clear()

public NgfwPacketInspectionInfo.Builder clear()
Returns
Type Description
NgfwPacketInspectionInfo.Builder
Overrides

clearSecurityProfileGroupUri()

public NgfwPacketInspectionInfo.Builder clearSecurityProfileGroupUri()

URI of the security profile group associated with this firewall packet inspection.

string security_profile_group_uri = 1;

Returns
Type Description
NgfwPacketInspectionInfo.Builder

This builder for chaining.

getDefaultInstanceForType()

public NgfwPacketInspectionInfo getDefaultInstanceForType()
Returns
Type Description
NgfwPacketInspectionInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSecurityProfileGroupUri()

public String getSecurityProfileGroupUri()

URI of the security profile group associated with this firewall packet inspection.

string security_profile_group_uri = 1;

Returns
Type Description
String

The securityProfileGroupUri.

getSecurityProfileGroupUriBytes()

public ByteString getSecurityProfileGroupUriBytes()

URI of the security profile group associated with this firewall packet inspection.

string security_profile_group_uri = 1;

Returns
Type Description
ByteString

The bytes for securityProfileGroupUri.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(NgfwPacketInspectionInfo other)

public NgfwPacketInspectionInfo.Builder mergeFrom(NgfwPacketInspectionInfo other)
Parameter
Name Description
other NgfwPacketInspectionInfo
Returns
Type Description
NgfwPacketInspectionInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NgfwPacketInspectionInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NgfwPacketInspectionInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public NgfwPacketInspectionInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
NgfwPacketInspectionInfo.Builder
Overrides

setSecurityProfileGroupUri(String value)

public NgfwPacketInspectionInfo.Builder setSecurityProfileGroupUri(String value)

URI of the security profile group associated with this firewall packet inspection.

string security_profile_group_uri = 1;

Parameter
Name Description
value String

The securityProfileGroupUri to set.

Returns
Type Description
NgfwPacketInspectionInfo.Builder

This builder for chaining.

setSecurityProfileGroupUriBytes(ByteString value)

public NgfwPacketInspectionInfo.Builder setSecurityProfileGroupUriBytes(ByteString value)

URI of the security profile group associated with this firewall packet inspection.

string security_profile_group_uri = 1;

Parameter
Name Description
value ByteString

The bytes for securityProfileGroupUri to set.

Returns
Type Description
NgfwPacketInspectionInfo.Builder

This builder for chaining.