Interface NetworkingConfigOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      NetworkingConfig.ConnectionType getConnectionType()
      Optional.
      int getConnectionTypeValue()
      Optional.
      • 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

      • getConnectionTypeValue

        int getConnectionTypeValue()
         Optional. Indicates the user requested specifc connection type between
         Tenant and Customer projects. You cannot set networking connection type in
         public IP environment.
         
        .google.cloud.orchestration.airflow.service.v1.NetworkingConfig.ConnectionType connection_type = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enum numeric value on the wire for connectionType.
      • getConnectionType

        NetworkingConfig.ConnectionType getConnectionType()
         Optional. Indicates the user requested specifc connection type between
         Tenant and Customer projects. You cannot set networking connection type in
         public IP environment.
         
        .google.cloud.orchestration.airflow.service.v1.NetworkingConfig.ConnectionType connection_type = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The connectionType.