Class CreateBlueprintRequest (0.11.0)

public final class CreateBlueprintRequest extends GeneratedMessageV3 implements CreateBlueprintRequestOrBuilder

Request object for CreateBlueprint.

Protobuf type google.cloud.telcoautomation.v1.CreateBlueprintRequest

Static Fields

BLUEPRINT_FIELD_NUMBER

public static final int BLUEPRINT_FIELD_NUMBER
Field Value
TypeDescription
int

BLUEPRINT_ID_FIELD_NUMBER

public static final int BLUEPRINT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreateBlueprintRequest getDefaultInstance()
Returns
TypeDescription
CreateBlueprintRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CreateBlueprintRequest.Builder newBuilder()
Returns
TypeDescription
CreateBlueprintRequest.Builder

newBuilder(CreateBlueprintRequest prototype)

public static CreateBlueprintRequest.Builder newBuilder(CreateBlueprintRequest prototype)
Parameter
NameDescription
prototypeCreateBlueprintRequest
Returns
TypeDescription
CreateBlueprintRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreateBlueprintRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateBlueprintRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CreateBlueprintRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreateBlueprintRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreateBlueprintRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreateBlueprintRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreateBlueprintRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateBlueprintRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CreateBlueprintRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateBlueprintRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CreateBlueprintRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreateBlueprintRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateBlueprintRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CreateBlueprintRequest> parser()
Returns
TypeDescription
Parser<CreateBlueprintRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBlueprint()

public Blueprint getBlueprint()

Required. The Blueprint to create.

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

Returns
TypeDescription
Blueprint

The blueprint.

getBlueprintId()

public String getBlueprintId()

Optional. The name of the blueprint.

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

Returns
TypeDescription
String

The blueprintId.

getBlueprintIdBytes()

public ByteString getBlueprintIdBytes()

Optional. The name of the blueprint.

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

Returns
TypeDescription
ByteString

The bytes for blueprintId.

getBlueprintOrBuilder()

public BlueprintOrBuilder getBlueprintOrBuilder()

Required. The Blueprint to create.

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

Returns
TypeDescription
BlueprintOrBuilder

getDefaultInstanceForType()

public CreateBlueprintRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateBlueprintRequest

getParent()

public 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
TypeDescription
String

The parent.

getParentBytes()

public 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
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<CreateBlueprintRequest> getParserForType()
Returns
TypeDescription
Parser<CreateBlueprintRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasBlueprint()

public boolean hasBlueprint()

Required. The Blueprint to create.

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

Returns
TypeDescription
boolean

Whether the blueprint field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CreateBlueprintRequest.Builder newBuilderForType()
Returns
TypeDescription
CreateBlueprintRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreateBlueprintRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CreateBlueprintRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CreateBlueprintRequest.Builder toBuilder()
Returns
TypeDescription
CreateBlueprintRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException