Class CreateScheduledEvaluationRunRequest.Builder (0.3.0)

public static final class CreateScheduledEvaluationRunRequest.Builder extends GeneratedMessage.Builder<CreateScheduledEvaluationRunRequest.Builder> implements CreateScheduledEvaluationRunRequestOrBuilder

Request message for EvaluationService.CreateScheduledEvaluationRun.

Protobuf type google.cloud.ces.v1beta.CreateScheduledEvaluationRunRequest

Static Methods

getDescriptor()

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

Methods

build()

public CreateScheduledEvaluationRunRequest build()
Returns
Type Description
CreateScheduledEvaluationRunRequest

buildPartial()

public CreateScheduledEvaluationRunRequest buildPartial()
Returns
Type Description
CreateScheduledEvaluationRunRequest

clear()

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

clearParent()

public CreateScheduledEvaluationRunRequest.Builder clearParent()

Required. The app to create the scheduled evaluation run for. Format: projects/{project}/locations/{location}/apps/{app}

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

Returns
Type Description
CreateScheduledEvaluationRunRequest.Builder

This builder for chaining.

clearScheduledEvaluationRun()

public CreateScheduledEvaluationRunRequest.Builder clearScheduledEvaluationRun()

Required. The scheduled evaluation run to create.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateScheduledEvaluationRunRequest.Builder

clearScheduledEvaluationRunId()

public CreateScheduledEvaluationRunRequest.Builder clearScheduledEvaluationRunId()

Optional. The ID to use for the scheduled evaluation run, which will become the final component of the scheduled evaluation run's resource name. If not provided, a unique ID will be automatically assigned.

string scheduled_evaluation_run_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CreateScheduledEvaluationRunRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateScheduledEvaluationRunRequest getDefaultInstanceForType()
Returns
Type Description
CreateScheduledEvaluationRunRequest

getDescriptorForType()

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

getParent()

public String getParent()

Required. The app to create the scheduled evaluation run for. Format: projects/{project}/locations/{location}/apps/{app}

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The app to create the scheduled evaluation run for. Format: projects/{project}/locations/{location}/apps/{app}

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

Returns
Type Description
ByteString

The bytes for parent.

getScheduledEvaluationRun()

public ScheduledEvaluationRun getScheduledEvaluationRun()

Required. The scheduled evaluation run to create.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ScheduledEvaluationRun

The scheduledEvaluationRun.

getScheduledEvaluationRunBuilder()

public ScheduledEvaluationRun.Builder getScheduledEvaluationRunBuilder()

Required. The scheduled evaluation run to create.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ScheduledEvaluationRun.Builder

getScheduledEvaluationRunId()

public String getScheduledEvaluationRunId()

Optional. The ID to use for the scheduled evaluation run, which will become the final component of the scheduled evaluation run's resource name. If not provided, a unique ID will be automatically assigned.

string scheduled_evaluation_run_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The scheduledEvaluationRunId.

getScheduledEvaluationRunIdBytes()

public ByteString getScheduledEvaluationRunIdBytes()

Optional. The ID to use for the scheduled evaluation run, which will become the final component of the scheduled evaluation run's resource name. If not provided, a unique ID will be automatically assigned.

string scheduled_evaluation_run_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for scheduledEvaluationRunId.

getScheduledEvaluationRunOrBuilder()

public ScheduledEvaluationRunOrBuilder getScheduledEvaluationRunOrBuilder()

Required. The scheduled evaluation run to create.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ScheduledEvaluationRunOrBuilder

hasScheduledEvaluationRun()

public boolean hasScheduledEvaluationRun()

Required. The scheduled evaluation run to create.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the scheduledEvaluationRun field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CreateScheduledEvaluationRunRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeScheduledEvaluationRun(ScheduledEvaluationRun value)

public CreateScheduledEvaluationRunRequest.Builder mergeScheduledEvaluationRun(ScheduledEvaluationRun value)

Required. The scheduled evaluation run to create.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ScheduledEvaluationRun
Returns
Type Description
CreateScheduledEvaluationRunRequest.Builder

setParent(String value)

public CreateScheduledEvaluationRunRequest.Builder setParent(String value)

Required. The app to create the scheduled evaluation run for. Format: projects/{project}/locations/{location}/apps/{app}

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateScheduledEvaluationRunRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateScheduledEvaluationRunRequest.Builder setParentBytes(ByteString value)

Required. The app to create the scheduled evaluation run for. Format: projects/{project}/locations/{location}/apps/{app}

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateScheduledEvaluationRunRequest.Builder

This builder for chaining.

setScheduledEvaluationRun(ScheduledEvaluationRun value)

public CreateScheduledEvaluationRunRequest.Builder setScheduledEvaluationRun(ScheduledEvaluationRun value)

Required. The scheduled evaluation run to create.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ScheduledEvaluationRun
Returns
Type Description
CreateScheduledEvaluationRunRequest.Builder

setScheduledEvaluationRun(ScheduledEvaluationRun.Builder builderForValue)

public CreateScheduledEvaluationRunRequest.Builder setScheduledEvaluationRun(ScheduledEvaluationRun.Builder builderForValue)

Required. The scheduled evaluation run to create.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ScheduledEvaluationRun.Builder
Returns
Type Description
CreateScheduledEvaluationRunRequest.Builder

setScheduledEvaluationRunId(String value)

public CreateScheduledEvaluationRunRequest.Builder setScheduledEvaluationRunId(String value)

Optional. The ID to use for the scheduled evaluation run, which will become the final component of the scheduled evaluation run's resource name. If not provided, a unique ID will be automatically assigned.

string scheduled_evaluation_run_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The scheduledEvaluationRunId to set.

Returns
Type Description
CreateScheduledEvaluationRunRequest.Builder

This builder for chaining.

setScheduledEvaluationRunIdBytes(ByteString value)

public CreateScheduledEvaluationRunRequest.Builder setScheduledEvaluationRunIdBytes(ByteString value)

Optional. The ID to use for the scheduled evaluation run, which will become the final component of the scheduled evaluation run's resource name. If not provided, a unique ID will be automatically assigned.

string scheduled_evaluation_run_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for scheduledEvaluationRunId to set.

Returns
Type Description
CreateScheduledEvaluationRunRequest.Builder

This builder for chaining.