Class ResourceGroupReference.Builder (1.93.0)

public static final class ResourceGroupReference.Builder extends GeneratedMessage.Builder<ResourceGroupReference.Builder> implements ResourceGroupReferenceOrBuilder

Protobuf type google.cloud.compute.v1.ResourceGroupReference

Static Methods

getDescriptor()

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

Methods

build()

public ResourceGroupReference build()
Returns
Type Description
ResourceGroupReference

buildPartial()

public ResourceGroupReference buildPartial()
Returns
Type Description
ResourceGroupReference

clear()

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

clearGroup()

public ResourceGroupReference.Builder clearGroup()

A URI referencing one of the instance groups or network endpoint groups listed in the backend service.

optional string group = 98629247;

Returns
Type Description
ResourceGroupReference.Builder

This builder for chaining.

getDefaultInstanceForType()

public ResourceGroupReference getDefaultInstanceForType()
Returns
Type Description
ResourceGroupReference

getDescriptorForType()

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

getGroup()

public String getGroup()

A URI referencing one of the instance groups or network endpoint groups listed in the backend service.

optional string group = 98629247;

Returns
Type Description
String

The group.

getGroupBytes()

public ByteString getGroupBytes()

A URI referencing one of the instance groups or network endpoint groups listed in the backend service.

optional string group = 98629247;

Returns
Type Description
ByteString

The bytes for group.

hasGroup()

public boolean hasGroup()

A URI referencing one of the instance groups or network endpoint groups listed in the backend service.

optional string group = 98629247;

Returns
Type Description
boolean

Whether the group field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ResourceGroupReference other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setGroup(String value)

public ResourceGroupReference.Builder setGroup(String value)

A URI referencing one of the instance groups or network endpoint groups listed in the backend service.

optional string group = 98629247;

Parameter
Name Description
value String

The group to set.

Returns
Type Description
ResourceGroupReference.Builder

This builder for chaining.

setGroupBytes(ByteString value)

public ResourceGroupReference.Builder setGroupBytes(ByteString value)

A URI referencing one of the instance groups or network endpoint groups listed in the backend service.

optional string group = 98629247;

Parameter
Name Description
value ByteString

The bytes for group to set.

Returns
Type Description
ResourceGroupReference.Builder

This builder for chaining.