Class GetDashboardRequest.Builder (2.87.0)

public static final class GetDashboardRequest.Builder extends GeneratedMessage.Builder<GetDashboardRequest.Builder> implements GetDashboardRequestOrBuilder

The GetDashboard request.

Protobuf type google.monitoring.dashboard.v1.GetDashboardRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetDashboardRequest build()
Returns
Type Description
GetDashboardRequest

buildPartial()

public GetDashboardRequest buildPartial()
Returns
Type Description
GetDashboardRequest

clear()

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

clearName()

public GetDashboardRequest.Builder clearName()

Required. The resource name of the Dashboard. The format is one of:

  • dashboards/[DASHBOARD_ID] (for system dashboards)
  • projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] (for custom dashboards).

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetDashboardRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDashboardRequest getDefaultInstanceForType()
Returns
Type Description
GetDashboardRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the Dashboard. The format is one of:

  • dashboards/[DASHBOARD_ID] (for system dashboards)
  • projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] (for custom dashboards).

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the Dashboard. The format is one of:

  • dashboards/[DASHBOARD_ID] (for system dashboards)
  • projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] (for custom dashboards).

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetDashboardRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetDashboardRequest.Builder setName(String value)

Required. The resource name of the Dashboard. The format is one of:

  • dashboards/[DASHBOARD_ID] (for system dashboards)
  • projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] (for custom dashboards).

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetDashboardRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetDashboardRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the Dashboard. The format is one of:

  • dashboards/[DASHBOARD_ID] (for system dashboards)
  • projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] (for custom dashboards).

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetDashboardRequest.Builder

This builder for chaining.