
com.google.cloud.compute.v1.InitialStateConfigOrBuilder 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 InitialStateConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.InitialStateConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The Key Database (db).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
*/
java.util.List getDbsList();
/**
*
*
*
* The Key Database (db).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
*/
com.google.cloud.compute.v1.FileContentBuffer getDbs(int index);
/**
*
*
*
* The Key Database (db).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
*/
int getDbsCount();
/**
*
*
*
* The Key Database (db).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
*/
java.util.List extends com.google.cloud.compute.v1.FileContentBufferOrBuilder>
getDbsOrBuilderList();
/**
*
*
*
* The Key Database (db).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer dbs = 99253;
*/
com.google.cloud.compute.v1.FileContentBufferOrBuilder getDbsOrBuilder(int index);
/**
*
*
*
* The forbidden key database (dbx).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
*/
java.util.List getDbxsList();
/**
*
*
*
* The forbidden key database (dbx).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
*/
com.google.cloud.compute.v1.FileContentBuffer getDbxs(int index);
/**
*
*
*
* The forbidden key database (dbx).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
*/
int getDbxsCount();
/**
*
*
*
* The forbidden key database (dbx).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
*/
java.util.List extends com.google.cloud.compute.v1.FileContentBufferOrBuilder>
getDbxsOrBuilderList();
/**
*
*
*
* The forbidden key database (dbx).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer dbxs = 3077113;
*/
com.google.cloud.compute.v1.FileContentBufferOrBuilder getDbxsOrBuilder(int index);
/**
*
*
*
* The Key Exchange Key (KEK).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
*/
java.util.List getKeksList();
/**
*
*
*
* The Key Exchange Key (KEK).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
*/
com.google.cloud.compute.v1.FileContentBuffer getKeks(int index);
/**
*
*
*
* The Key Exchange Key (KEK).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
*/
int getKeksCount();
/**
*
*
*
* The Key Exchange Key (KEK).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
*/
java.util.List extends com.google.cloud.compute.v1.FileContentBufferOrBuilder>
getKeksOrBuilderList();
/**
*
*
*
* The Key Exchange Key (KEK).
*
*
* repeated .google.cloud.compute.v1.FileContentBuffer keks = 3288130;
*/
com.google.cloud.compute.v1.FileContentBufferOrBuilder getKeksOrBuilder(int index);
/**
*
*
*
* The Platform Key (PK).
*
*
* optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;
*
* @return Whether the pk field is set.
*/
boolean hasPk();
/**
*
*
*
* The Platform Key (PK).
*
*
* optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;
*
* @return The pk.
*/
com.google.cloud.compute.v1.FileContentBuffer getPk();
/**
*
*
*
* The Platform Key (PK).
*
*
* optional .google.cloud.compute.v1.FileContentBuffer pk = 3579;
*/
com.google.cloud.compute.v1.FileContentBufferOrBuilder getPkOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy