Interface CreateApiVersionRequestOrBuilder (0.80.0)

publicinterface CreateApiVersionRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getApiVersion()

publicabstractApiVersiongetApiVersion()

Required. The version to create.

.google.cloud.apigeeregistry.v1.ApiVersion api_version = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ApiVersion

The apiVersion.

getApiVersionId()

publicabstractStringgetApiVersionId()

Required. The ID to use for the version, which will become the final component of the version's resource name.

This value should be 1-63 characters, and valid characters are /a-z-/.

Following AIP-162, IDs must not have the form of a UUID.

string api_version_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The apiVersionId.

getApiVersionIdBytes()

publicabstractByteStringgetApiVersionIdBytes()

Required. The ID to use for the version, which will become the final component of the version's resource name.

This value should be 1-63 characters, and valid characters are /a-z-/.

Following AIP-162, IDs must not have the form of a UUID.

string api_version_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for apiVersionId.

getApiVersionOrBuilder()

publicabstractApiVersionOrBuildergetApiVersionOrBuilder()

Required. The version to create.

.google.cloud.apigeeregistry.v1.ApiVersion api_version = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ApiVersionOrBuilder

getParent()

publicabstractStringgetParent()

Required. The parent, which owns this collection of versions. Format: projects/*/locations/*/apis/*

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

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Required. The parent, which owns this collection of versions. Format: projects/*/locations/*/apis/*

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

Returns
Type Description
ByteString

The bytes for parent.

hasApiVersion()

publicabstractbooleanhasApiVersion()

Required. The version to create.

.google.cloud.apigeeregistry.v1.ApiVersion api_version = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the apiVersion field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.