com.google.cloud.compute.v1.FileContentBufferOrBuilder 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 FileContentBufferOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.FileContentBuffer)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The raw content in the secure keys file.
*
*
* optional string content = 414659705;
*
* @return Whether the content field is set.
*/
boolean hasContent();
/**
*
*
*
* The raw content in the secure keys file.
*
*
* optional string content = 414659705;
*
* @return The content.
*/
java.lang.String getContent();
/**
*
*
*
* The raw content in the secure keys file.
*
*
* optional string content = 414659705;
*
* @return The bytes for content.
*/
com.google.protobuf.ByteString getContentBytes();
/**
*
*
*
* The file type of source file.
* Check the FileType enum for the list of possible values.
*
*
* optional string file_type = 294346781;
*
* @return Whether the fileType field is set.
*/
boolean hasFileType();
/**
*
*
*
* The file type of source file.
* Check the FileType enum for the list of possible values.
*
*
* optional string file_type = 294346781;
*
* @return The fileType.
*/
java.lang.String getFileType();
/**
*
*
*
* The file type of source file.
* Check the FileType enum for the list of possible values.
*
*
* optional string file_type = 294346781;
*
* @return The bytes for fileType.
*/
com.google.protobuf.ByteString getFileTypeBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy