public static final class GetGroupRequest.Builder extends GeneratedMessage.Builder<GetGroupRequest.Builder> implements GetGroupRequestOrBuilderA request to return an individual group.
Protobuf type google.devtools.clouderrorreporting.v1beta1.GetGroupRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetGroupRequest.BuilderImplements
GetGroupRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetGroupRequest build()| Returns | |
|---|---|
| Type | Description |
GetGroupRequest |
|
buildPartial()
public GetGroupRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetGroupRequest |
|
clear()
public GetGroupRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetGroupRequest.Builder |
|
clearGroupName()
public GetGroupRequest.Builder clearGroupName() Required. The group resource name. Written as either
projects/{projectID}/groups/{group_id} or
projects/{projectID}/locations/{location}/groups/{group_id}. Call
[groupStats.list]
[google.devtools.clouderrorreporting.v1beta1.ErrorStatsService.ListGroupStats]
to return a list of groups belonging to this project.
Examples: projects/my-project-123/groups/my-group,
projects/my-project-123/locations/global/groups/my-group
In the group resource name, the group_id is a unique identifier for a
particular error group. The identifier is derived from key parts of the
error-log content and is treated as Service Data. For information about
how Service Data is handled, see Google Cloud Privacy
Notice.
For a list of supported locations, see Supported
Regions. global is
the default when unspecified.
string group_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetGroupRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetGroupRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetGroupRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGroupName()
public String getGroupName() Required. The group resource name. Written as either
projects/{projectID}/groups/{group_id} or
projects/{projectID}/locations/{location}/groups/{group_id}. Call
[groupStats.list]
[google.devtools.clouderrorreporting.v1beta1.ErrorStatsService.ListGroupStats]
to return a list of groups belonging to this project.
Examples: projects/my-project-123/groups/my-group,
projects/my-project-123/locations/global/groups/my-group
In the group resource name, the group_id is a unique identifier for a
particular error group. The identifier is derived from key parts of the
error-log content and is treated as Service Data. For information about
how Service Data is handled, see Google Cloud Privacy
Notice.
For a list of supported locations, see Supported
Regions. global is
the default when unspecified.
string group_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The groupName. |
getGroupNameBytes()
public ByteString getGroupNameBytes() Required. The group resource name. Written as either
projects/{projectID}/groups/{group_id} or
projects/{projectID}/locations/{location}/groups/{group_id}. Call
[groupStats.list]
[google.devtools.clouderrorreporting.v1beta1.ErrorStatsService.ListGroupStats]
to return a list of groups belonging to this project.
Examples: projects/my-project-123/groups/my-group,
projects/my-project-123/locations/global/groups/my-group
In the group resource name, the group_id is a unique identifier for a
particular error group. The identifier is derived from key parts of the
error-log content and is treated as Service Data. For information about
how Service Data is handled, see Google Cloud Privacy
Notice.
For a list of supported locations, see Supported
Regions. global is
the default when unspecified.
string group_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for groupName. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetGroupRequest other)
public GetGroupRequest.Builder mergeFrom(GetGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetGroupRequest |
| Returns | |
|---|---|
| Type | Description |
GetGroupRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetGroupRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetGroupRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetGroupRequest.Builder |
|
setGroupName(String value)
public GetGroupRequest.Builder setGroupName(String value) Required. The group resource name. Written as either
projects/{projectID}/groups/{group_id} or
projects/{projectID}/locations/{location}/groups/{group_id}. Call
[groupStats.list]
[google.devtools.clouderrorreporting.v1beta1.ErrorStatsService.ListGroupStats]
to return a list of groups belonging to this project.
Examples: projects/my-project-123/groups/my-group,
projects/my-project-123/locations/global/groups/my-group
In the group resource name, the group_id is a unique identifier for a
particular error group. The identifier is derived from key parts of the
error-log content and is treated as Service Data. For information about
how Service Data is handled, see Google Cloud Privacy
Notice.
For a list of supported locations, see Supported
Regions. global is
the default when unspecified.
string group_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe groupName to set. |
| Returns | |
|---|---|
| Type | Description |
GetGroupRequest.Builder |
This builder for chaining. |
setGroupNameBytes(ByteString value)
public GetGroupRequest.Builder setGroupNameBytes(ByteString value) Required. The group resource name. Written as either
projects/{projectID}/groups/{group_id} or
projects/{projectID}/locations/{location}/groups/{group_id}. Call
[groupStats.list]
[google.devtools.clouderrorreporting.v1beta1.ErrorStatsService.ListGroupStats]
to return a list of groups belonging to this project.
Examples: projects/my-project-123/groups/my-group,
projects/my-project-123/locations/global/groups/my-group
In the group resource name, the group_id is a unique identifier for a
particular error group. The identifier is derived from key parts of the
error-log content and is treated as Service Data. For information about
how Service Data is handled, see Google Cloud Privacy
Notice.
For a list of supported locations, see Supported
Regions. global is
the default when unspecified.
string group_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for groupName to set. |
| Returns | |
|---|---|
| Type | Description |
GetGroupRequest.Builder |
This builder for chaining. |