public static final class PacketMirroringForwardingRuleInfo.Builder extends GeneratedMessageV3.Builder<PacketMirroringForwardingRuleInfo.Builder> implements PacketMirroringForwardingRuleInfoOrBuilder
Protobuf type google.cloud.compute.v1.PacketMirroringForwardingRuleInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PacketMirroringForwardingRuleInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public PacketMirroringForwardingRuleInfo build()
Returns
buildPartial()
public PacketMirroringForwardingRuleInfo buildPartial()
Returns
clear()
public PacketMirroringForwardingRuleInfo.Builder clear()
Returns
Overrides
clearCanonicalUrl()
public PacketMirroringForwardingRuleInfo.Builder clearCanonicalUrl()
[Output Only] Unique identifier for the forwarding rule; defined by the server.
optional string canonical_url = 512294820;
Returns
clearField(Descriptors.FieldDescriptor field)
public PacketMirroringForwardingRuleInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public PacketMirroringForwardingRuleInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearUrl()
public PacketMirroringForwardingRuleInfo.Builder clearUrl()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
Returns
clone()
public PacketMirroringForwardingRuleInfo.Builder clone()
Returns
Overrides
getCanonicalUrl()
public String getCanonicalUrl()
[Output Only] Unique identifier for the forwarding rule; defined by the server.
optional string canonical_url = 512294820;
Returns
Type | Description |
String | The canonicalUrl.
|
getCanonicalUrlBytes()
public ByteString getCanonicalUrlBytes()
[Output Only] Unique identifier for the forwarding rule; defined by the server.
optional string canonical_url = 512294820;
Returns
Type | Description |
ByteString | The bytes for canonicalUrl.
|
getDefaultInstanceForType()
public PacketMirroringForwardingRuleInfo getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getUrl()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
Returns
getUrlBytes()
public ByteString getUrlBytes()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
Returns
hasCanonicalUrl()
public boolean hasCanonicalUrl()
[Output Only] Unique identifier for the forwarding rule; defined by the server.
optional string canonical_url = 512294820;
Returns
Type | Description |
boolean | Whether the canonicalUrl field is set.
|
hasUrl()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
Returns
Type | Description |
boolean | Whether the url field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(PacketMirroringForwardingRuleInfo other)
public PacketMirroringForwardingRuleInfo.Builder mergeFrom(PacketMirroringForwardingRuleInfo other)
Parameter
Returns
public PacketMirroringForwardingRuleInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public PacketMirroringForwardingRuleInfo.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PacketMirroringForwardingRuleInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setCanonicalUrl(String value)
public PacketMirroringForwardingRuleInfo.Builder setCanonicalUrl(String value)
[Output Only] Unique identifier for the forwarding rule; defined by the server.
optional string canonical_url = 512294820;
Parameter
Name | Description |
value | String
The canonicalUrl to set.
|
Returns
setCanonicalUrlBytes(ByteString value)
public PacketMirroringForwardingRuleInfo.Builder setCanonicalUrlBytes(ByteString value)
[Output Only] Unique identifier for the forwarding rule; defined by the server.
optional string canonical_url = 512294820;
Parameter
Name | Description |
value | ByteString
The bytes for canonicalUrl to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public PacketMirroringForwardingRuleInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PacketMirroringForwardingRuleInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final PacketMirroringForwardingRuleInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setUrl(String value)
public PacketMirroringForwardingRuleInfo.Builder setUrl(String value)
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
Parameter
Name | Description |
value | String
The url to set.
|
Returns
setUrlBytes(ByteString value)
public PacketMirroringForwardingRuleInfo.Builder setUrlBytes(ByteString value)
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
Parameter
Name | Description |
value | ByteString
The bytes for url to set.
|
Returns