Class NetworksAddPeeringRequest

    • Field Detail

      • AUTO_CREATE_ROUTES_FIELD_NUMBER

        public static final int AUTO_CREATE_ROUTES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • NETWORK_PEERING_FIELD_NUMBER

        public static final int NETWORK_PEERING_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PEER_NETWORK_FIELD_NUMBER

        public static final int PEER_NETWORK_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasAutoCreateRoutes

        public boolean hasAutoCreateRoutes()
         This field will be deprecated soon. Use exchange_subnet_routes in network_peering instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.
         
        optional bool auto_create_routes = 57454941;
        Specified by:
        hasAutoCreateRoutes in interface NetworksAddPeeringRequestOrBuilder
        Returns:
        Whether the autoCreateRoutes field is set.
      • getAutoCreateRoutes

        public boolean getAutoCreateRoutes()
         This field will be deprecated soon. Use exchange_subnet_routes in network_peering instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.
         
        optional bool auto_create_routes = 57454941;
        Specified by:
        getAutoCreateRoutes in interface NetworksAddPeeringRequestOrBuilder
        Returns:
        The autoCreateRoutes.
      • hasName

        public boolean hasName()
         Name of the peering, which should conform to RFC1035.
         
        optional string name = 3373707;
        Specified by:
        hasName in interface NetworksAddPeeringRequestOrBuilder
        Returns:
        Whether the name field is set.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Name of the peering, which should conform to RFC1035.
         
        optional string name = 3373707;
        Specified by:
        getNameBytes in interface NetworksAddPeeringRequestOrBuilder
        Returns:
        The bytes for name.
      • hasNetworkPeering

        public boolean hasNetworkPeering()
         Network peering parameters. In order to specify route policies for peering using import and export custom routes, you must specify all peering related parameters (name, peer network, exchange_subnet_routes) in the network_peering field. The corresponding fields in NetworksAddPeeringRequest will be deprecated soon.
         
        optional .google.cloud.compute.v1.NetworkPeering network_peering = 328926767;
        Specified by:
        hasNetworkPeering in interface NetworksAddPeeringRequestOrBuilder
        Returns:
        Whether the networkPeering field is set.
      • getNetworkPeering

        public NetworkPeering getNetworkPeering()
         Network peering parameters. In order to specify route policies for peering using import and export custom routes, you must specify all peering related parameters (name, peer network, exchange_subnet_routes) in the network_peering field. The corresponding fields in NetworksAddPeeringRequest will be deprecated soon.
         
        optional .google.cloud.compute.v1.NetworkPeering network_peering = 328926767;
        Specified by:
        getNetworkPeering in interface NetworksAddPeeringRequestOrBuilder
        Returns:
        The networkPeering.
      • getNetworkPeeringOrBuilder

        public NetworkPeeringOrBuilder getNetworkPeeringOrBuilder()
         Network peering parameters. In order to specify route policies for peering using import and export custom routes, you must specify all peering related parameters (name, peer network, exchange_subnet_routes) in the network_peering field. The corresponding fields in NetworksAddPeeringRequest will be deprecated soon.
         
        optional .google.cloud.compute.v1.NetworkPeering network_peering = 328926767;
        Specified by:
        getNetworkPeeringOrBuilder in interface NetworksAddPeeringRequestOrBuilder
      • hasPeerNetwork

        public boolean hasPeerNetwork()
         URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.
         
        optional string peer_network = 500625489;
        Specified by:
        hasPeerNetwork in interface NetworksAddPeeringRequestOrBuilder
        Returns:
        Whether the peerNetwork field is set.
      • getPeerNetwork

        public String getPeerNetwork()
         URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.
         
        optional string peer_network = 500625489;
        Specified by:
        getPeerNetwork in interface NetworksAddPeeringRequestOrBuilder
        Returns:
        The peerNetwork.
      • getPeerNetworkBytes

        public com.google.protobuf.ByteString getPeerNetworkBytes()
         URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.
         
        optional string peer_network = 500625489;
        Specified by:
        getPeerNetworkBytes in interface NetworksAddPeeringRequestOrBuilder
        Returns:
        The bytes for peerNetwork.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static NetworksAddPeeringRequest parseFrom​(ByteBuffer data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static NetworksAddPeeringRequest parseFrom​(ByteBuffer data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static NetworksAddPeeringRequest parseFrom​(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static NetworksAddPeeringRequest parseFrom​(com.google.protobuf.ByteString data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static NetworksAddPeeringRequest parseFrom​(byte[] data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static NetworksAddPeeringRequest parseFrom​(byte[] data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public NetworksAddPeeringRequest.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public NetworksAddPeeringRequest.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected NetworksAddPeeringRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<NetworksAddPeeringRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public NetworksAddPeeringRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder