public static final class CreateDashboardRequest.Builder extends GeneratedMessageV3.Builder<CreateDashboardRequest.Builder> implements CreateDashboardRequestOrBuilder
The CreateDashboard
request.
Protobuf type google.monitoring.dashboard.v1.CreateDashboardRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateDashboardRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CreateDashboardRequest build()
buildPartial()
public CreateDashboardRequest buildPartial()
clear()
public CreateDashboardRequest.Builder clear()
Overrides
clearDashboard()
public CreateDashboardRequest.Builder clearDashboard()
Required. The initial dashboard specification.
.google.monitoring.dashboard.v1.Dashboard dashboard = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public CreateDashboardRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateDashboardRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearParent()
public CreateDashboardRequest.Builder clearParent()
Required. The project on which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]
The [PROJECT_ID_OR_NUMBER]
must match the dashboard resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
clearValidateOnly()
public CreateDashboardRequest.Builder clearValidateOnly()
If set, validate the request and preview the review, but do not actually
save it.
bool validate_only = 3;
clone()
public CreateDashboardRequest.Builder clone()
Overrides
getDashboard()
public Dashboard getDashboard()
Required. The initial dashboard specification.
.google.monitoring.dashboard.v1.Dashboard dashboard = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
Dashboard | The dashboard.
|
getDashboardBuilder()
public Dashboard.Builder getDashboardBuilder()
Required. The initial dashboard specification.
.google.monitoring.dashboard.v1.Dashboard dashboard = 2 [(.google.api.field_behavior) = REQUIRED];
getDashboardOrBuilder()
public DashboardOrBuilder getDashboardOrBuilder()
Required. The initial dashboard specification.
.google.monitoring.dashboard.v1.Dashboard dashboard = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public CreateDashboardRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getParent()
public String getParent()
Required. The project on which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]
The [PROJECT_ID_OR_NUMBER]
must match the dashboard resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The project on which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]
The [PROJECT_ID_OR_NUMBER]
must match the dashboard resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
getValidateOnly()
public boolean getValidateOnly()
If set, validate the request and preview the review, but do not actually
save it.
bool validate_only = 3;
Returns |
---|
Type | Description |
boolean | The validateOnly.
|
hasDashboard()
public boolean hasDashboard()
Required. The initial dashboard specification.
.google.monitoring.dashboard.v1.Dashboard dashboard = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the dashboard field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeDashboard(Dashboard value)
public CreateDashboardRequest.Builder mergeDashboard(Dashboard value)
Required. The initial dashboard specification.
.google.monitoring.dashboard.v1.Dashboard dashboard = 2 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(CreateDashboardRequest other)
public CreateDashboardRequest.Builder mergeFrom(CreateDashboardRequest other)
public CreateDashboardRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CreateDashboardRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateDashboardRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setDashboard(Dashboard value)
public CreateDashboardRequest.Builder setDashboard(Dashboard value)
Required. The initial dashboard specification.
.google.monitoring.dashboard.v1.Dashboard dashboard = 2 [(.google.api.field_behavior) = REQUIRED];
setDashboard(Dashboard.Builder builderForValue)
public CreateDashboardRequest.Builder setDashboard(Dashboard.Builder builderForValue)
Required. The initial dashboard specification.
.google.monitoring.dashboard.v1.Dashboard dashboard = 2 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public CreateDashboardRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setParent(String value)
public CreateDashboardRequest.Builder setParent(String value)
Required. The project on which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]
The [PROJECT_ID_OR_NUMBER]
must match the dashboard resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The parent to set.
|
setParentBytes(ByteString value)
public CreateDashboardRequest.Builder setParentBytes(ByteString value)
Required. The project on which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]
The [PROJECT_ID_OR_NUMBER]
must match the dashboard resource name.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateDashboardRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateDashboardRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setValidateOnly(boolean value)
public CreateDashboardRequest.Builder setValidateOnly(boolean value)
If set, validate the request and preview the review, but do not actually
save it.
bool validate_only = 3;
Parameter |
---|
Name | Description |
value | boolean
The validateOnly to set.
|