
com.google.cloud.compute.v1.BackendBucketCdnPolicyCacheKeyPolicyOrBuilder 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 BackendBucketCdnPolicyCacheKeyPolicyOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.BackendBucketCdnPolicyCacheKeyPolicy)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Allows HTTP request headers (by name) to be used in the cache key.
*
*
* repeated string include_http_headers = 2489606;
*
* @return A list containing the includeHttpHeaders.
*/
java.util.List getIncludeHttpHeadersList();
/**
*
*
*
* Allows HTTP request headers (by name) to be used in the cache key.
*
*
* repeated string include_http_headers = 2489606;
*
* @return The count of includeHttpHeaders.
*/
int getIncludeHttpHeadersCount();
/**
*
*
*
* Allows HTTP request headers (by name) to be used in the cache key.
*
*
* repeated string include_http_headers = 2489606;
*
* @param index The index of the element to return.
* @return The includeHttpHeaders at the given index.
*/
java.lang.String getIncludeHttpHeaders(int index);
/**
*
*
*
* Allows HTTP request headers (by name) to be used in the cache key.
*
*
* repeated string include_http_headers = 2489606;
*
* @param index The index of the value to return.
* @return The bytes of the includeHttpHeaders at the given index.
*/
com.google.protobuf.ByteString getIncludeHttpHeadersBytes(int index);
/**
*
*
*
* Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.
*
*
* repeated string query_string_whitelist = 52456496;
*
* @return A list containing the queryStringWhitelist.
*/
java.util.List getQueryStringWhitelistList();
/**
*
*
*
* Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.
*
*
* repeated string query_string_whitelist = 52456496;
*
* @return The count of queryStringWhitelist.
*/
int getQueryStringWhitelistCount();
/**
*
*
*
* Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.
*
*
* repeated string query_string_whitelist = 52456496;
*
* @param index The index of the element to return.
* @return The queryStringWhitelist at the given index.
*/
java.lang.String getQueryStringWhitelist(int index);
/**
*
*
*
* Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.
*
*
* repeated string query_string_whitelist = 52456496;
*
* @param index The index of the value to return.
* @return The bytes of the queryStringWhitelist at the given index.
*/
com.google.protobuf.ByteString getQueryStringWhitelistBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy