com.google.cloud.compute.v1.SslPolicyOrBuilder 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 SslPolicyOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.SslPolicy)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* [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();
/**
*
*
*
* A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.
*
*
* repeated string custom_features = 34789707;
*
* @return A list containing the customFeatures.
*/
java.util.List getCustomFeaturesList();
/**
*
*
*
* A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.
*
*
* repeated string custom_features = 34789707;
*
* @return The count of customFeatures.
*/
int getCustomFeaturesCount();
/**
*
*
*
* A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.
*
*
* repeated string custom_features = 34789707;
*
* @param index The index of the element to return.
* @return The customFeatures at the given index.
*/
java.lang.String getCustomFeatures(int index);
/**
*
*
*
* A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.
*
*
* repeated string custom_features = 34789707;
*
* @param index The index of the value to return.
* @return The bytes of the customFeatures at the given index.
*/
com.google.protobuf.ByteString getCustomFeaturesBytes(int index);
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The description.
*/
java.lang.String getDescription();
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The bytes for description.
*/
com.google.protobuf.ByteString getDescriptionBytes();
/**
*
*
*
* [Output Only] The list of features enabled in the SSL policy.
*
*
* repeated string enabled_features = 469017467;
*
* @return A list containing the enabledFeatures.
*/
java.util.List getEnabledFeaturesList();
/**
*
*
*
* [Output Only] The list of features enabled in the SSL policy.
*
*
* repeated string enabled_features = 469017467;
*
* @return The count of enabledFeatures.
*/
int getEnabledFeaturesCount();
/**
*
*
*
* [Output Only] The list of features enabled in the SSL policy.
*
*
* repeated string enabled_features = 469017467;
*
* @param index The index of the element to return.
* @return The enabledFeatures at the given index.
*/
java.lang.String getEnabledFeatures(int index);
/**
*
*
*
* [Output Only] The list of features enabled in the SSL policy.
*
*
* repeated string enabled_features = 469017467;
*
* @param index The index of the value to return.
* @return The bytes of the enabledFeatures at the given index.
*/
com.google.protobuf.ByteString getEnabledFeaturesBytes(int index);
/**
*
*
*
* Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an SslPolicy.
*
*
* optional string fingerprint = 234678500;
*
* @return Whether the fingerprint field is set.
*/
boolean hasFingerprint();
/**
*
*
*
* Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an SslPolicy.
*
*
* optional string fingerprint = 234678500;
*
* @return The fingerprint.
*/
java.lang.String getFingerprint();
/**
*
*
*
* Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an SslPolicy.
*
*
* optional string fingerprint = 234678500;
*
* @return The bytes for fingerprint.
*/
com.google.protobuf.ByteString getFingerprintBytes();
/**
*
*
*
* [Output Only] The unique identifier for the resource. This identifier is defined by the server.
*
*
* optional uint64 id = 3355;
*
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
*
*
* [Output Only] The unique identifier for the resource. This identifier is defined by the server.
*
*
* optional uint64 id = 3355;
*
* @return The id.
*/
long getId();
/**
*
*
*
* [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
*
*
* optional string kind = 3292052;
*
* @return Whether the kind field is set.
*/
boolean hasKind();
/**
*
*
*
* [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
*
*
* optional string kind = 3292052;
*
* @return The kind.
*/
java.lang.String getKind();
/**
*
*
*
* [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
*
*
* optional string kind = 3292052;
*
* @return The bytes for kind.
*/
com.google.protobuf.ByteString getKindBytes();
/**
*
*
*
* The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
* Check the MinTlsVersion enum for the list of possible values.
*
*
* optional string min_tls_version = 8155943;
*
* @return Whether the minTlsVersion field is set.
*/
boolean hasMinTlsVersion();
/**
*
*
*
* The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
* Check the MinTlsVersion enum for the list of possible values.
*
*
* optional string min_tls_version = 8155943;
*
* @return The minTlsVersion.
*/
java.lang.String getMinTlsVersion();
/**
*
*
*
* The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
* Check the MinTlsVersion enum for the list of possible values.
*
*
* optional string min_tls_version = 8155943;
*
* @return The bytes for minTlsVersion.
*/
com.google.protobuf.ByteString getMinTlsVersionBytes();
/**
*
*
*
* Name of the resource. 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. 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. 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();
/**
*
*
*
* Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.
* Check the Profile enum for the list of possible values.
*
*
* optional string profile = 227445161;
*
* @return Whether the profile field is set.
*/
boolean hasProfile();
/**
*
*
*
* Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.
* Check the Profile enum for the list of possible values.
*
*
* optional string profile = 227445161;
*
* @return The profile.
*/
java.lang.String getProfile();
/**
*
*
*
* Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.
* Check the Profile enum for the list of possible values.
*
*
* optional string profile = 227445161;
*
* @return The bytes for profile.
*/
com.google.protobuf.ByteString getProfileBytes();
/**
*
*
*
* [Output Only] URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.
*
*
* optional string region = 138946292;
*
* @return Whether the region field is set.
*/
boolean hasRegion();
/**
*
*
*
* [Output Only] URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.
*
*
* optional string region = 138946292;
*
* @return The region.
*/
java.lang.String getRegion();
/**
*
*
*
* [Output Only] URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.
*
*
* optional string region = 138946292;
*
* @return The bytes for region.
*/
com.google.protobuf.ByteString getRegionBytes();
/**
*
*
*
* [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] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
*
*
* repeated .google.cloud.compute.v1.Warnings warnings = 498091095;
*/
java.util.List getWarningsList();
/**
*
*
*
* [Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
*
*
* repeated .google.cloud.compute.v1.Warnings warnings = 498091095;
*/
com.google.cloud.compute.v1.Warnings getWarnings(int index);
/**
*
*
*
* [Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
*
*
* repeated .google.cloud.compute.v1.Warnings warnings = 498091095;
*/
int getWarningsCount();
/**
*
*
*
* [Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
*
*
* repeated .google.cloud.compute.v1.Warnings warnings = 498091095;
*/
java.util.List extends com.google.cloud.compute.v1.WarningsOrBuilder>
getWarningsOrBuilderList();
/**
*
*
*
* [Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
*
*
* repeated .google.cloud.compute.v1.Warnings warnings = 498091095;
*/
com.google.cloud.compute.v1.WarningsOrBuilder getWarningsOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy