
com.google.cloud.compute.v1.PublicAdvertisedPrefixPublicDelegatedPrefixOrBuilder 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 PublicAdvertisedPrefixPublicDelegatedPrefixOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.PublicAdvertisedPrefixPublicDelegatedPrefix)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The IP address range of the public delegated prefix
*
*
* optional string ip_range = 145092645;
*
* @return Whether the ipRange field is set.
*/
boolean hasIpRange();
/**
*
*
*
* The IP address range of the public delegated prefix
*
*
* optional string ip_range = 145092645;
*
* @return The ipRange.
*/
java.lang.String getIpRange();
/**
*
*
*
* The IP address range of the public delegated prefix
*
*
* optional string ip_range = 145092645;
*
* @return The bytes for ipRange.
*/
com.google.protobuf.ByteString getIpRangeBytes();
/**
*
*
*
* The name of the public delegated prefix
*
*
* optional string name = 3373707;
*
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
*
*
* The name of the public delegated prefix
*
*
* optional string name = 3373707;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* The name of the public delegated prefix
*
*
* optional string name = 3373707;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* The project number of the public delegated prefix
*
*
* optional string project = 227560217;
*
* @return Whether the project field is set.
*/
boolean hasProject();
/**
*
*
*
* The project number of the public delegated prefix
*
*
* optional string project = 227560217;
*
* @return The project.
*/
java.lang.String getProject();
/**
*
*
*
* The project number of the public delegated prefix
*
*
* optional string project = 227560217;
*
* @return The bytes for project.
*/
com.google.protobuf.ByteString getProjectBytes();
/**
*
*
*
* The region of the public delegated prefix if it is regional. If absent, the prefix is global.
*
*
* optional string region = 138946292;
*
* @return Whether the region field is set.
*/
boolean hasRegion();
/**
*
*
*
* The region of the public delegated prefix if it is regional. If absent, the prefix is global.
*
*
* optional string region = 138946292;
*
* @return The region.
*/
java.lang.String getRegion();
/**
*
*
*
* The region of the public delegated prefix if it is regional. If absent, the prefix is global.
*
*
* optional string region = 138946292;
*
* @return The bytes for region.
*/
com.google.protobuf.ByteString getRegionBytes();
/**
*
*
*
* The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
*
*
* optional string status = 181260274;
*
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
*
*
* The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
*
*
* optional string status = 181260274;
*
* @return The status.
*/
java.lang.String getStatus();
/**
*
*
*
* The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
*
*
* optional string status = 181260274;
*
* @return The bytes for status.
*/
com.google.protobuf.ByteString getStatusBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy