com.google.cloud.compute.v1.PacketMirroringMirroredResourceInfoInstanceInfoOrBuilder 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
/*
* 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 PacketMirroringMirroredResourceInfoInstanceInfoOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.PacketMirroringMirroredResourceInfoInstanceInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* [Output Only] Unique identifier for the instance; defined by the server.
*
*
* optional string canonical_url = 512294820;
*
* @return Whether the canonicalUrl field is set.
*/
boolean hasCanonicalUrl();
/**
*
*
*
* [Output Only] Unique identifier for the instance; defined by the server.
*
*
* optional string canonical_url = 512294820;
*
* @return The canonicalUrl.
*/
java.lang.String getCanonicalUrl();
/**
*
*
*
* [Output Only] Unique identifier for the instance; defined by the server.
*
*
* optional string canonical_url = 512294820;
*
* @return The bytes for canonicalUrl.
*/
com.google.protobuf.ByteString getCanonicalUrlBytes();
/**
*
*
*
* Resource URL to the virtual machine instance which is being mirrored.
*
*
* optional string url = 116079;
*
* @return Whether the url field is set.
*/
boolean hasUrl();
/**
*
*
*
* Resource URL to the virtual machine instance which is being mirrored.
*
*
* optional string url = 116079;
*
* @return The url.
*/
java.lang.String getUrl();
/**
*
*
*
* Resource URL to the virtual machine instance which is being mirrored.
*
*
* optional string url = 116079;
*
* @return The bytes for url.
*/
com.google.protobuf.ByteString getUrlBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy