All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.compute.v1.NetworkEndpointGroupAppEngineOrBuilder 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 NetworkEndpointGroupAppEngineOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.NetworkEndpointGroupAppEngine)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: default, my-service.
   * 
* * optional string service = 373540533; * * @return Whether the service field is set. */ boolean hasService(); /** * * *
   * Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: default, my-service.
   * 
* * optional string service = 373540533; * * @return The service. */ java.lang.String getService(); /** * * *
   * Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: default, my-service.
   * 
* * optional string service = 373540533; * * @return The bytes for service. */ com.google.protobuf.ByteString getServiceBytes(); /** * * *
   * An URL mask is one of the main components of the Cloud Function. A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs foo1-dot-appname.appspot.com/v1 and foo1-dot-appname.appspot.com/v2 can be backed by the same Serverless NEG with URL mask <service>-dot-appname.appspot.com/<version>. The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.
   * 
* * optional string url_mask = 103352252; * * @return Whether the urlMask field is set. */ boolean hasUrlMask(); /** * * *
   * An URL mask is one of the main components of the Cloud Function. A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs foo1-dot-appname.appspot.com/v1 and foo1-dot-appname.appspot.com/v2 can be backed by the same Serverless NEG with URL mask <service>-dot-appname.appspot.com/<version>. The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.
   * 
* * optional string url_mask = 103352252; * * @return The urlMask. */ java.lang.String getUrlMask(); /** * * *
   * An URL mask is one of the main components of the Cloud Function. A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs foo1-dot-appname.appspot.com/v1 and foo1-dot-appname.appspot.com/v2 can be backed by the same Serverless NEG with URL mask <service>-dot-appname.appspot.com/<version>. The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.
   * 
* * optional string url_mask = 103352252; * * @return The bytes for urlMask. */ com.google.protobuf.ByteString getUrlMaskBytes(); /** * * *
   * Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: v1, v2.
   * 
* * optional string version = 351608024; * * @return Whether the version field is set. */ boolean hasVersion(); /** * * *
   * Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: v1, v2.
   * 
* * optional string version = 351608024; * * @return The version. */ java.lang.String getVersion(); /** * * *
   * Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: v1, v2.
   * 
* * optional string version = 351608024; * * @return The bytes for version. */ com.google.protobuf.ByteString getVersionBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy