Interface CreateDasardRequestOrBuilder (2.36.0)

public interface CreateDasardRequestOrBuilder extends MessageOrBuilder

Methods

getDasard()

public abstract Dasard getDasard()

Required. The initial dasard specification.

.google.monitoring.dasard.v1.Dasard dasard = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Dasard

The dasard.

getDasardOrBuilder()

public abstract DasardOrBuilder getDasardOrBuilder()

Required. The initial dasard specification.

.google.monitoring.dasard.v1.Dasard dasard = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DasardOrBuilder

getParent()

public abstract 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 dasard resource name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract 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 dasard resource name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.

getValidateOnly()

public abstract boolean getValidateOnly()

If set, validate the request and preview the review, but do not actually save it.

bool validate_only = 3;

Returns
TypeDescription
boolean

The validateOnly.

hasDasard()

public abstract boolean hasDasard()

Required. The initial dasard specification.

.google.monitoring.dasard.v1.Dasard dasard = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the dasard field is set.