com.google.cloud.baremetalsolution.v2.ListOSImagesResponseOrBuilder 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/baremetalsolution/v2/osimage.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.baremetalsolution.v2;
public interface ListOSImagesResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.baremetalsolution.v2.ListOSImagesResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The OS images available.
*
*
* repeated .google.cloud.baremetalsolution.v2.OSImage os_images = 1;
*/
java.util.List getOsImagesList();
/**
*
*
*
* The OS images available.
*
*
* repeated .google.cloud.baremetalsolution.v2.OSImage os_images = 1;
*/
com.google.cloud.baremetalsolution.v2.OSImage getOsImages(int index);
/**
*
*
*
* The OS images available.
*
*
* repeated .google.cloud.baremetalsolution.v2.OSImage os_images = 1;
*/
int getOsImagesCount();
/**
*
*
*
* The OS images available.
*
*
* repeated .google.cloud.baremetalsolution.v2.OSImage os_images = 1;
*/
java.util.List extends com.google.cloud.baremetalsolution.v2.OSImageOrBuilder>
getOsImagesOrBuilderList();
/**
*
*
*
* The OS images available.
*
*
* repeated .google.cloud.baremetalsolution.v2.OSImage os_images = 1;
*/
com.google.cloud.baremetalsolution.v2.OSImageOrBuilder getOsImagesOrBuilder(int index);
/**
*
*
*
* Token to retrieve the next page of results, or empty if there are no more
* results in the list.
*
*
* string next_page_token = 2;
*
* @return The nextPageToken.
*/
java.lang.String getNextPageToken();
/**
*
*
*
* Token to retrieve the next page of results, or empty if there are no more
* results in the list.
*
*
* string next_page_token = 2;
*
* @return The bytes for nextPageToken.
*/
com.google.protobuf.ByteString getNextPageTokenBytes();
}