Class UpdateGroupRequest.Builder (0.204.0-beta)

public static final class UpdateGroupRequest.Builder extends GeneratedMessage.Builder<UpdateGroupRequest.Builder> implements UpdateGroupRequestOrBuilder

A request to replace the existing data for the given group.

Protobuf type google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest

Static Methods

getDescriptor()

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

Methods

build()

public UpdateGroupRequest build()
Returns
Type Description
UpdateGroupRequest

buildPartial()

public UpdateGroupRequest buildPartial()
Returns
Type Description
UpdateGroupRequest

clear()

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

clearGroup()

public UpdateGroupRequest.Builder clearGroup()

Required. The group which replaces the resource on the server.

.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateGroupRequest.Builder

getDefaultInstanceForType()

public UpdateGroupRequest getDefaultInstanceForType()
Returns
Type Description
UpdateGroupRequest

getDescriptorForType()

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

getGroup()

public ErrorGroup getGroup()

Required. The group which replaces the resource on the server.

.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ErrorGroup

The group.

getGroupBuilder()

public ErrorGroup.Builder getGroupBuilder()

Required. The group which replaces the resource on the server.

.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ErrorGroup.Builder

getGroupOrBuilder()

public ErrorGroupOrBuilder getGroupOrBuilder()

Required. The group which replaces the resource on the server.

.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ErrorGroupOrBuilder

hasGroup()

public boolean hasGroup()

Required. The group which replaces the resource on the server.

.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];

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(UpdateGroupRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGroup(ErrorGroup value)

public UpdateGroupRequest.Builder mergeGroup(ErrorGroup value)

Required. The group which replaces the resource on the server.

.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ErrorGroup
Returns
Type Description
UpdateGroupRequest.Builder

setGroup(ErrorGroup value)

public UpdateGroupRequest.Builder setGroup(ErrorGroup value)

Required. The group which replaces the resource on the server.

.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ErrorGroup
Returns
Type Description
UpdateGroupRequest.Builder

setGroup(ErrorGroup.Builder builderForValue)

public UpdateGroupRequest.Builder setGroup(ErrorGroup.Builder builderForValue)

Required. The group which replaces the resource on the server.

.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ErrorGroup.Builder
Returns
Type Description
UpdateGroupRequest.Builder