Interface ViewEntityOrBuilder

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

    public interface ViewEntityOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSqlCode

        String getSqlCode()
         The SQL code which creates the view.
         
        string sql_code = 1;
        Returns:
        The sqlCode.
      • getSqlCodeBytes

        com.google.protobuf.ByteString getSqlCodeBytes()
         The SQL code which creates the view.
         
        string sql_code = 1;
        Returns:
        The bytes for sqlCode.
      • hasCustomFeatures

        boolean hasCustomFeatures()
         Custom engine specific features.
         
        .google.protobuf.Struct custom_features = 2;
        Returns:
        Whether the customFeatures field is set.
      • getCustomFeatures

        com.google.protobuf.Struct getCustomFeatures()
         Custom engine specific features.
         
        .google.protobuf.Struct custom_features = 2;
        Returns:
        The customFeatures.
      • getCustomFeaturesOrBuilder

        com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
         Custom engine specific features.
         
        .google.protobuf.Struct custom_features = 2;
      • getConstraintsList

        List<ConstraintEntity> getConstraintsList()
         View constraints.
         
        repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;
      • getConstraints

        ConstraintEntity getConstraints​(int index)
         View constraints.
         
        repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;
      • getConstraintsCount

        int getConstraintsCount()
         View constraints.
         
        repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;
      • getConstraintsOrBuilderList

        List<? extends ConstraintEntityOrBuilder> getConstraintsOrBuilderList()
         View constraints.
         
        repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;
      • getConstraintsOrBuilder

        ConstraintEntityOrBuilder getConstraintsOrBuilder​(int index)
         View constraints.
         
        repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;