Interface CreateBlueprintRequestOrBuilder (0.13.0)

public interface CreateBlueprintRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBlueprint()

public abstract Blueprint getBlueprint()

Required. The Blueprint to create.

.google.cloud.telcoautomation.v1.Blueprint blueprint = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Blueprint

The blueprint.

getBlueprintId()

public abstract String getBlueprintId()

Optional. The name of the blueprint.

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

Returns
Type Description
String

The blueprintId.

getBlueprintIdBytes()

public abstract ByteString getBlueprintIdBytes()

Optional. The name of the blueprint.

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

Returns
Type Description
ByteString

The bytes for blueprintId.

getBlueprintOrBuilder()

public abstract BlueprintOrBuilder getBlueprintOrBuilder()

Required. The Blueprint to create.

.google.cloud.telcoautomation.v1.Blueprint blueprint = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BlueprintOrBuilder

getParent()

public abstract String getParent()

Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".

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

Returns
Type Description
ByteString

The bytes for parent.

hasBlueprint()

public abstract boolean hasBlueprint()

Required. The Blueprint to create.

.google.cloud.telcoautomation.v1.Blueprint blueprint = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the blueprint field is set.