
com.google.cloud.compute.v1.BackendBucketOrBuilder 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/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface BackendBucketOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.BackendBucket)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Cloud Storage bucket name.
*
*
* optional string bucket_name = 283610048;
*
* @return Whether the bucketName field is set.
*/
boolean hasBucketName();
/**
*
*
*
* Cloud Storage bucket name.
*
*
* optional string bucket_name = 283610048;
*
* @return The bucketName.
*/
java.lang.String getBucketName();
/**
*
*
*
* Cloud Storage bucket name.
*
*
* optional string bucket_name = 283610048;
*
* @return The bytes for bucketName.
*/
com.google.protobuf.ByteString getBucketNameBytes();
/**
*
*
*
* Cloud CDN configuration for this BackendBucket.
*
*
* optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
*
* @return Whether the cdnPolicy field is set.
*/
boolean hasCdnPolicy();
/**
*
*
*
* Cloud CDN configuration for this BackendBucket.
*
*
* optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
*
* @return The cdnPolicy.
*/
com.google.cloud.compute.v1.BackendBucketCdnPolicy getCdnPolicy();
/**
*
*
*
* Cloud CDN configuration for this BackendBucket.
*
*
* optional .google.cloud.compute.v1.BackendBucketCdnPolicy cdn_policy = 213976452;
*/
com.google.cloud.compute.v1.BackendBucketCdnPolicyOrBuilder getCdnPolicyOrBuilder();
/**
*
*
*
* Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.
* Check the CompressionMode enum for the list of possible values.
*
*
* optional string compression_mode = 95520988;
*
* @return Whether the compressionMode field is set.
*/
boolean hasCompressionMode();
/**
*
*
*
* Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.
* Check the CompressionMode enum for the list of possible values.
*
*
* optional string compression_mode = 95520988;
*
* @return The compressionMode.
*/
java.lang.String getCompressionMode();
/**
*
*
*
* Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.
* Check the CompressionMode enum for the list of possible values.
*
*
* optional string compression_mode = 95520988;
*
* @return The bytes for compressionMode.
*/
com.google.protobuf.ByteString getCompressionModeBytes();
/**
*
*
*
* [Output Only] Creation timestamp in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return Whether the creationTimestamp field is set.
*/
boolean hasCreationTimestamp();
/**
*
*
*
* [Output Only] Creation timestamp in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return The creationTimestamp.
*/
java.lang.String getCreationTimestamp();
/**
*
*
*
* [Output Only] Creation timestamp in RFC3339 text format.
*
*
* optional string creation_timestamp = 30525366;
*
* @return The bytes for creationTimestamp.
*/
com.google.protobuf.ByteString getCreationTimestampBytes();
/**
*
*
*
* Headers that the Application Load Balancer should add to proxied responses.
*
*
* repeated string custom_response_headers = 387539094;
*
* @return A list containing the customResponseHeaders.
*/
java.util.List getCustomResponseHeadersList();
/**
*
*
*
* Headers that the Application Load Balancer should add to proxied responses.
*
*
* repeated string custom_response_headers = 387539094;
*
* @return The count of customResponseHeaders.
*/
int getCustomResponseHeadersCount();
/**
*
*
*
* Headers that the Application Load Balancer should add to proxied responses.
*
*
* repeated string custom_response_headers = 387539094;
*
* @param index The index of the element to return.
* @return The customResponseHeaders at the given index.
*/
java.lang.String getCustomResponseHeaders(int index);
/**
*
*
*
* Headers that the Application Load Balancer should add to proxied responses.
*
*
* repeated string custom_response_headers = 387539094;
*
* @param index The index of the value to return.
* @return The bytes of the customResponseHeaders at the given index.
*/
com.google.protobuf.ByteString getCustomResponseHeadersBytes(int index);
/**
*
*
*
* An optional textual description of the resource; provided by the client when the resource is created.
*
*
* optional string description = 422937596;
*
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
*
*
*
* An optional textual description of the resource; provided by the client when the resource is created.
*
*
* optional string description = 422937596;
*
* @return The description.
*/
java.lang.String getDescription();
/**
*
*
*
* An optional textual description of the resource; provided by the client when the resource is created.
*
*
* optional string description = 422937596;
*
* @return The bytes for description.
*/
com.google.protobuf.ByteString getDescriptionBytes();
/**
*
*
*
* [Output Only] The resource URL for the edge security policy associated with this backend bucket.
*
*
* optional string edge_security_policy = 41036943;
*
* @return Whether the edgeSecurityPolicy field is set.
*/
boolean hasEdgeSecurityPolicy();
/**
*
*
*
* [Output Only] The resource URL for the edge security policy associated with this backend bucket.
*
*
* optional string edge_security_policy = 41036943;
*
* @return The edgeSecurityPolicy.
*/
java.lang.String getEdgeSecurityPolicy();
/**
*
*
*
* [Output Only] The resource URL for the edge security policy associated with this backend bucket.
*
*
* optional string edge_security_policy = 41036943;
*
* @return The bytes for edgeSecurityPolicy.
*/
com.google.protobuf.ByteString getEdgeSecurityPolicyBytes();
/**
*
*
*
* If true, enable Cloud CDN for this BackendBucket.
*
*
* optional bool enable_cdn = 282942321;
*
* @return Whether the enableCdn field is set.
*/
boolean hasEnableCdn();
/**
*
*
*
* If true, enable Cloud CDN for this BackendBucket.
*
*
* optional bool enable_cdn = 282942321;
*
* @return The enableCdn.
*/
boolean getEnableCdn();
/**
*
*
*
* [Output Only] Unique identifier for the resource; defined by the server.
*
*
* optional uint64 id = 3355;
*
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
*
*
* [Output Only] Unique identifier for the resource; defined by the server.
*
*
* optional uint64 id = 3355;
*
* @return The id.
*/
long getId();
/**
*
*
*
* Type of the resource.
*
*
* optional string kind = 3292052;
*
* @return Whether the kind field is set.
*/
boolean hasKind();
/**
*
*
*
* Type of the resource.
*
*
* optional string kind = 3292052;
*
* @return The kind.
*/
java.lang.String getKind();
/**
*
*
*
* Type of the resource.
*
*
* optional string kind = 3292052;
*
* @return The bytes for kind.
*/
com.google.protobuf.ByteString getKindBytes();
/**
*
*
*
* Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
*
*
* optional string name = 3373707;
*
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
*
*
* Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
*
*
* optional string name = 3373707;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
*
*
* optional string name = 3373707;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* [Output Only] Server-defined URL for the resource.
*
*
* optional string self_link = 456214797;
*
* @return Whether the selfLink field is set.
*/
boolean hasSelfLink();
/**
*
*
*
* [Output Only] Server-defined URL for the resource.
*
*
* optional string self_link = 456214797;
*
* @return The selfLink.
*/
java.lang.String getSelfLink();
/**
*
*
*
* [Output Only] Server-defined URL for the resource.
*
*
* optional string self_link = 456214797;
*
* @return The bytes for selfLink.
*/
com.google.protobuf.ByteString getSelfLinkBytes();
/**
*
*
*
* [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
*/
java.util.List getUsedByList();
/**
*
*
*
* [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
*/
com.google.cloud.compute.v1.BackendBucketUsedBy getUsedBy(int index);
/**
*
*
*
* [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
*/
int getUsedByCount();
/**
*
*
*
* [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
*/
java.util.List extends com.google.cloud.compute.v1.BackendBucketUsedByOrBuilder>
getUsedByOrBuilderList();
/**
*
*
*
* [Output Only] List of resources referencing that backend bucket.
*
*
* repeated .google.cloud.compute.v1.BackendBucketUsedBy used_by = 389320729;
*/
com.google.cloud.compute.v1.BackendBucketUsedByOrBuilder getUsedByOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy