Interface VpcPeeringConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    VpcPeeringConfig, VpcPeeringConfig.Builder

    public interface VpcPeeringConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSubnet()
      Required.
      com.google.protobuf.ByteString getSubnetBytes()
      Required.
      String getVpcName()
      Required.
      com.google.protobuf.ByteString getVpcNameBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getVpcName

        String getVpcName()
         Required. fully qualified name of the VPC Datastream will peer to.
         
        string vpc_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The vpcName.
      • getVpcNameBytes

        com.google.protobuf.ByteString getVpcNameBytes()
         Required. fully qualified name of the VPC Datastream will peer to.
         
        string vpc_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for vpcName.
      • getSubnet

        String getSubnet()
         Required. A free subnet for peering. (CIDR of /29)
         
        string subnet = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The subnet.
      • getSubnetBytes

        com.google.protobuf.ByteString getSubnetBytes()
         Required. A free subnet for peering. (CIDR of /29)
         
        string subnet = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for subnet.