
com.google.cloud.compute.v1.PublicDelegatedPrefixOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface PublicDelegatedPrefixOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.PublicDelegatedPrefix)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The allocatable prefix length supported by this public delegated prefix. This field is optional and cannot be set for prefixes in DELEGATION mode. It cannot be set for IPv4 prefixes either, and it always defaults to 32.
*
*
* optional int32 allocatable_prefix_length = 38427446;
*
* @return Whether the allocatablePrefixLength field is set.
*/
boolean hasAllocatablePrefixLength();
/**
*
*
*
* The allocatable prefix length supported by this public delegated prefix. This field is optional and cannot be set for prefixes in DELEGATION mode. It cannot be set for IPv4 prefixes either, and it always defaults to 32.
*
*
* optional int32 allocatable_prefix_length = 38427446;
*
* @return The allocatablePrefixLength.
*/
int getAllocatablePrefixLength();
/**
*
*
*
* [Output Only] The version of BYOIP API.
* Check the ByoipApiVersion enum for the list of possible values.
*
*
* optional string byoip_api_version = 162683283;
*
* @return Whether the byoipApiVersion field is set.
*/
boolean hasByoipApiVersion();
/**
*
*
*
* [Output Only] The version of BYOIP API.
* Check the ByoipApiVersion enum for the list of possible values.
*
*
* optional string byoip_api_version = 162683283;
*
* @return The byoipApiVersion.
*/
java.lang.String getByoipApiVersion();
/**
*
*
*
* [Output Only] The version of BYOIP API.
* Check the ByoipApiVersion enum for the list of possible values.
*
*
* optional string byoip_api_version = 162683283;
*
* @return The bytes for byoipApiVersion.
*/
com.google.protobuf.ByteString getByoipApiVersionBytes();
/**
*
*
*
* [Output Only] Creation timestamp in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return Whether the creationTimestamp field is set.
*/
boolean hasCreationTimestamp();
/**
*
*
*
* [Output Only] Creation timestamp in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return The creationTimestamp.
*/
java.lang.String getCreationTimestamp();
/**
*
*
*
* [Output Only] Creation timestamp in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return The bytes for creationTimestamp.
*/
com.google.protobuf.ByteString getCreationTimestampBytes();
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The description.
*/
java.lang.String getDescription();
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The bytes for description.
*/
com.google.protobuf.ByteString getDescriptionBytes();
/**
*
*
*
* Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.
*
*
* optional string fingerprint = 234678500;
*
* @return Whether the fingerprint field is set.
*/
boolean hasFingerprint();
/**
*
*
*
* Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.
*
*
* optional string fingerprint = 234678500;
*
* @return The fingerprint.
*/
java.lang.String getFingerprint();
/**
*
*
*
* Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.
*
*
* optional string fingerprint = 234678500;
*
* @return The bytes for fingerprint.
*/
com.google.protobuf.ByteString getFingerprintBytes();
/**
*
*
*
* [Output Only] The unique identifier for the resource type. The server generates this identifier.
*
*
* optional uint64 id = 3355;
*
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
*
*
* [Output Only] The unique identifier for the resource type. The server generates this identifier.
*
*
* optional uint64 id = 3355;
*
* @return The id.
*/
long getId();
/**
*
*
*
* The IP address range, in CIDR format, represented by this public delegated prefix.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return Whether the ipCidrRange field is set.
*/
boolean hasIpCidrRange();
/**
*
*
*
* The IP address range, in CIDR format, represented by this public delegated prefix.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return The ipCidrRange.
*/
java.lang.String getIpCidrRange();
/**
*
*
*
* The IP address range, in CIDR format, represented by this public delegated prefix.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return The bytes for ipCidrRange.
*/
com.google.protobuf.ByteString getIpCidrRangeBytes();
/**
*
*
*
* If true, the prefix will be live migrated.
*
*
* optional bool is_live_migration = 511823856;
*
* @return Whether the isLiveMigration field is set.
*/
boolean hasIsLiveMigration();
/**
*
*
*
* If true, the prefix will be live migrated.
*
*
* optional bool is_live_migration = 511823856;
*
* @return The isLiveMigration.
*/
boolean getIsLiveMigration();
/**
*
*
*
* [Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.
*
*
* optional string kind = 3292052;
*
* @return Whether the kind field is set.
*/
boolean hasKind();
/**
*
*
*
* [Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.
*
*
* optional string kind = 3292052;
*
* @return The kind.
*/
java.lang.String getKind();
/**
*
*
*
* [Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.
*
*
* optional string kind = 3292052;
*
* @return The bytes for kind.
*/
com.google.protobuf.ByteString getKindBytes();
/**
*
*
*
* The public delegated prefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @return Whether the mode field is set.
*/
boolean hasMode();
/**
*
*
*
* The public delegated prefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @return The mode.
*/
java.lang.String getMode();
/**
*
*
*
* The public delegated prefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @return The bytes for mode.
*/
com.google.protobuf.ByteString getModeBytes();
/**
*
*
*
* Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
*
*
* optional string name = 3373707;
*
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
*
*
* Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
*
*
* optional string name = 3373707;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
*
*
* optional string name = 3373707;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
*
*
* optional string parent_prefix = 15233991;
*
* @return Whether the parentPrefix field is set.
*/
boolean hasParentPrefix();
/**
*
*
*
* The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
*
*
* optional string parent_prefix = 15233991;
*
* @return The parentPrefix.
*/
java.lang.String getParentPrefix();
/**
*
*
*
* The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
*
*
* optional string parent_prefix = 15233991;
*
* @return The bytes for parentPrefix.
*/
com.google.protobuf.ByteString getParentPrefixBytes();
/**
*
*
*
* The list of sub public delegated prefixes that exist for this public delegated prefix.
*
*
*
* repeated .google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix public_delegated_sub_prefixs = 188940044;
*
*/
java.util.List
getPublicDelegatedSubPrefixsList();
/**
*
*
*
* The list of sub public delegated prefixes that exist for this public delegated prefix.
*
*
*
* repeated .google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix public_delegated_sub_prefixs = 188940044;
*
*/
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
getPublicDelegatedSubPrefixs(int index);
/**
*
*
*
* The list of sub public delegated prefixes that exist for this public delegated prefix.
*
*
*
* repeated .google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix public_delegated_sub_prefixs = 188940044;
*
*/
int getPublicDelegatedSubPrefixsCount();
/**
*
*
*
* The list of sub public delegated prefixes that exist for this public delegated prefix.
*
*
*
* repeated .google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix public_delegated_sub_prefixs = 188940044;
*
*/
java.util.List<
? extends
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefixOrBuilder>
getPublicDelegatedSubPrefixsOrBuilderList();
/**
*
*
*
* The list of sub public delegated prefixes that exist for this public delegated prefix.
*
*
*
* repeated .google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix public_delegated_sub_prefixs = 188940044;
*
*/
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefixOrBuilder
getPublicDelegatedSubPrefixsOrBuilder(int index);
/**
*
*
*
* [Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
*
*
* optional string region = 138946292;
*
* @return Whether the region field is set.
*/
boolean hasRegion();
/**
*
*
*
* [Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
*
*
* optional string region = 138946292;
*
* @return The region.
*/
java.lang.String getRegion();
/**
*
*
*
* [Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
*
*
* optional string region = 138946292;
*
* @return The bytes for region.
*/
com.google.protobuf.ByteString getRegionBytes();
/**
*
*
*
* [Output Only] Server-defined URL for the resource.
*
*
* optional string self_link = 456214797;
*
* @return Whether the selfLink field is set.
*/
boolean hasSelfLink();
/**
*
*
*
* [Output Only] Server-defined URL for the resource.
*
*
* optional string self_link = 456214797;
*
* @return The selfLink.
*/
java.lang.String getSelfLink();
/**
*
*
*
* [Output Only] Server-defined URL for the resource.
*
*
* optional string self_link = 456214797;
*
* @return The bytes for selfLink.
*/
com.google.protobuf.ByteString getSelfLinkBytes();
/**
*
*
*
* [Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public delegated prefix is being deprovsioned.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
*
*
* [Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public delegated prefix is being deprovsioned.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return The status.
*/
java.lang.String getStatus();
/**
*
*
*
* [Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public delegated prefix is being deprovsioned.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return The bytes for status.
*/
com.google.protobuf.ByteString getStatusBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy