Class DropInfo.Builder (1.9.0)

public static final class DropInfo.Builder extends GeneratedMessageV3.Builder<DropInfo.Builder> implements DropInfoOrBuilder

Details of the final state "drop" and associated resource.

Protobuf type google.cloud.networkmanagement.v1.DropInfo

Implements

DropInfoOrBuilder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DropInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DropInfo.Builder
Overrides

build()

public DropInfo build()
Returns
TypeDescription
DropInfo

buildPartial()

public DropInfo buildPartial()
Returns
TypeDescription
DropInfo

clear()

public DropInfo.Builder clear()
Returns
TypeDescription
DropInfo.Builder
Overrides

clearCause()

public DropInfo.Builder clearCause()

Cause that the packet is dropped.

.google.cloud.networkmanagement.v1.DropInfo.Cause cause = 1;

Returns
TypeDescription
DropInfo.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DropInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DropInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public DropInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DropInfo.Builder
Overrides

clearResourceUri()

public DropInfo.Builder clearResourceUri()

URI of the resource that caused the drop.

string resource_uri = 2;

Returns
TypeDescription
DropInfo.Builder

This builder for chaining.

clone()

public DropInfo.Builder clone()
Returns
TypeDescription
DropInfo.Builder
Overrides

getCause()

public DropInfo.Cause getCause()

Cause that the packet is dropped.

.google.cloud.networkmanagement.v1.DropInfo.Cause cause = 1;

Returns
TypeDescription
DropInfo.Cause

The cause.

getCauseValue()

public int getCauseValue()

Cause that the packet is dropped.

.google.cloud.networkmanagement.v1.DropInfo.Cause cause = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for cause.

getDefaultInstanceForType()

public DropInfo getDefaultInstanceForType()
Returns
TypeDescription
DropInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getResourceUri()

public String getResourceUri()

URI of the resource that caused the drop.

string resource_uri = 2;

Returns
TypeDescription
String

The resourceUri.

getResourceUriBytes()

public ByteString getResourceUriBytes()

URI of the resource that caused the drop.

string resource_uri = 2;

Returns
TypeDescription
ByteString

The bytes for resourceUri.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DropInfo other)

public DropInfo.Builder mergeFrom(DropInfo other)
Parameter
NameDescription
otherDropInfo
Returns
TypeDescription
DropInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DropInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DropInfo.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DropInfo.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DropInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DropInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DropInfo.Builder
Overrides

setCause(DropInfo.Cause value)

public DropInfo.Builder setCause(DropInfo.Cause value)

Cause that the packet is dropped.

.google.cloud.networkmanagement.v1.DropInfo.Cause cause = 1;

Parameter
NameDescription
valueDropInfo.Cause

The cause to set.

Returns
TypeDescription
DropInfo.Builder

This builder for chaining.

setCauseValue(int value)

public DropInfo.Builder setCauseValue(int value)

Cause that the packet is dropped.

.google.cloud.networkmanagement.v1.DropInfo.Cause cause = 1;

Parameter
NameDescription
valueint

The enum numeric value on the wire for cause to set.

Returns
TypeDescription
DropInfo.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DropInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DropInfo.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DropInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DropInfo.Builder
Overrides

setResourceUri(String value)

public DropInfo.Builder setResourceUri(String value)

URI of the resource that caused the drop.

string resource_uri = 2;

Parameter
NameDescription
valueString

The resourceUri to set.

Returns
TypeDescription
DropInfo.Builder

This builder for chaining.

setResourceUriBytes(ByteString value)

public DropInfo.Builder setResourceUriBytes(ByteString value)

URI of the resource that caused the drop.

string resource_uri = 2;

Parameter
NameDescription
valueByteString

The bytes for resourceUri to set.

Returns
TypeDescription
DropInfo.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final DropInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DropInfo.Builder
Overrides