com.google.appengine.v1.NetworkOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-appengine-v1 Show documentation
Show all versions of proto-google-appengine-v1 Show documentation
PROTO library for proto-google-appengine-v1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/appengine/v1/version.proto
package com.google.appengine.v1;
public interface NetworkOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.appengine.v1.Network)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of ports, or port pairs, to forward from the virtual machine to the
* application container.
*
*
* repeated string forwarded_ports = 1;
*/
java.util.List
getForwardedPortsList();
/**
*
* List of ports, or port pairs, to forward from the virtual machine to the
* application container.
*
*
* repeated string forwarded_ports = 1;
*/
int getForwardedPortsCount();
/**
*
* List of ports, or port pairs, to forward from the virtual machine to the
* application container.
*
*
* repeated string forwarded_ports = 1;
*/
java.lang.String getForwardedPorts(int index);
/**
*
* List of ports, or port pairs, to forward from the virtual machine to the
* application container.
*
*
* repeated string forwarded_ports = 1;
*/
com.google.protobuf.ByteString
getForwardedPortsBytes(int index);
/**
*
* Tag to apply to the VM instance during creation.
*
*
* string instance_tag = 2;
*/
java.lang.String getInstanceTag();
/**
*
* Tag to apply to the VM instance during creation.
*
*
* string instance_tag = 2;
*/
com.google.protobuf.ByteString
getInstanceTagBytes();
/**
*
* Google Cloud Platform network where the virtual machines are created.
* Specify the short name, not the resource path.
* Defaults to `default`.
*
*
* string name = 3;
*/
java.lang.String getName();
/**
*
* Google Cloud Platform network where the virtual machines are created.
* Specify the short name, not the resource path.
* Defaults to `default`.
*
*
* string name = 3;
*/
com.google.protobuf.ByteString
getNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy