public static final class GetOrganizationImpactRequest.Builder extends GeneratedMessage.Builder<GetOrganizationImpactRequest.Builder> implements GetOrganizationImpactRequestOrBuilderGets information about an event that affects a project under an organization.
Protobuf type google.cloud.servicehealth.v1.GetOrganizationImpactRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetOrganizationImpactRequest.BuilderImplements
GetOrganizationImpactRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetOrganizationImpactRequest build()| Returns | |
|---|---|
| Type | Description |
GetOrganizationImpactRequest |
|
buildPartial()
public GetOrganizationImpactRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetOrganizationImpactRequest |
|
clear()
public GetOrganizationImpactRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetOrganizationImpactRequest.Builder |
|
clearName()
public GetOrganizationImpactRequest.Builder clearName() Required. Name of the resource using the form
organizations/{organization_id}/locations/global/organizationImpacts/{organization_impact_id}.
organization_id - ID (number) of the organization that contains the
event. To get your organization_id, see
Getting your organization resource
ID.<br>
organization_impact_id - ID of the OrganizationImpact
resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetOrganizationImpactRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetOrganizationImpactRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetOrganizationImpactRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. Name of the resource using the form
organizations/{organization_id}/locations/global/organizationImpacts/{organization_impact_id}.
organization_id - ID (number) of the organization that contains the
event. To get your organization_id, see
Getting your organization resource
ID.<br>
organization_impact_id - ID of the OrganizationImpact
resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. Name of the resource using the form
organizations/{organization_id}/locations/global/organizationImpacts/{organization_impact_id}.
organization_id - ID (number) of the organization that contains the
event. To get your organization_id, see
Getting your organization resource
ID.<br>
organization_impact_id - ID of the OrganizationImpact
resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetOrganizationImpactRequest other)
public GetOrganizationImpactRequest.Builder mergeFrom(GetOrganizationImpactRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetOrganizationImpactRequest |
| Returns | |
|---|---|
| Type | Description |
GetOrganizationImpactRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetOrganizationImpactRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetOrganizationImpactRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetOrganizationImpactRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetOrganizationImpactRequest.Builder |
|
setName(String value)
public GetOrganizationImpactRequest.Builder setName(String value) Required. Name of the resource using the form
organizations/{organization_id}/locations/global/organizationImpacts/{organization_impact_id}.
organization_id - ID (number) of the organization that contains the
event. To get your organization_id, see
Getting your organization resource
ID.<br>
organization_impact_id - ID of the OrganizationImpact
resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetOrganizationImpactRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetOrganizationImpactRequest.Builder setNameBytes(ByteString value) Required. Name of the resource using the form
organizations/{organization_id}/locations/global/organizationImpacts/{organization_impact_id}.
organization_id - ID (number) of the organization that contains the
event. To get your organization_id, see
Getting your organization resource
ID.<br>
organization_impact_id - ID of the OrganizationImpact
resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetOrganizationImpactRequest.Builder |
This builder for chaining. |