com.google.cloud.compute.v1.ServiceAttachmentConnectedEndpointOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
The newest version!
/*
* 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 ServiceAttachmentConnectedEndpointOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.ServiceAttachmentConnectedEndpoint)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The url of the consumer network.
*
*
* optional string consumer_network = 254357221;
*
* @return Whether the consumerNetwork field is set.
*/
boolean hasConsumerNetwork();
/**
*
*
*
* The url of the consumer network.
*
*
* optional string consumer_network = 254357221;
*
* @return The consumerNetwork.
*/
java.lang.String getConsumerNetwork();
/**
*
*
*
* The url of the consumer network.
*
*
* optional string consumer_network = 254357221;
*
* @return The bytes for consumerNetwork.
*/
com.google.protobuf.ByteString getConsumerNetworkBytes();
/**
*
*
*
* The url of a connected endpoint.
*
*
* optional string endpoint = 130489749;
*
* @return Whether the endpoint field is set.
*/
boolean hasEndpoint();
/**
*
*
*
* The url of a connected endpoint.
*
*
* optional string endpoint = 130489749;
*
* @return The endpoint.
*/
java.lang.String getEndpoint();
/**
*
*
*
* The url of a connected endpoint.
*
*
* optional string endpoint = 130489749;
*
* @return The bytes for endpoint.
*/
com.google.protobuf.ByteString getEndpointBytes();
/**
*
*
*
* The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.
*
*
* optional uint32 propagated_connection_count = 324594130;
*
* @return Whether the propagatedConnectionCount field is set.
*/
boolean hasPropagatedConnectionCount();
/**
*
*
*
* The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.
*
*
* optional uint32 propagated_connection_count = 324594130;
*
* @return The propagatedConnectionCount.
*/
int getPropagatedConnectionCount();
/**
*
*
*
* The PSC connection id of the connected endpoint.
*
*
* optional uint64 psc_connection_id = 292082397;
*
* @return Whether the pscConnectionId field is set.
*/
boolean hasPscConnectionId();
/**
*
*
*
* The PSC connection id of the connected endpoint.
*
*
* optional uint64 psc_connection_id = 292082397;
*
* @return The pscConnectionId.
*/
long getPscConnectionId();
/**
*
*
*
* The status of a connected endpoint to this service attachment.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
*
*
* The status of a connected endpoint to this service attachment.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return The status.
*/
java.lang.String getStatus();
/**
*
*
*
* The status of a connected endpoint to this service attachment.
* 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